Skip to content

Commit 38ad8ee

Browse files
authored
Merge pull request #315 from BSDKaffee/FreeBSD-cmake-fix
Fix configure on FreeBSD
2 parents d5c247c + 909d0db commit 38ad8ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/FindBoehmGC.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endif()
6060
# For FreeBSD we need to use gc-threaded
6161
if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
6262
# checks if 'gc' supports 'GC_get_parallel' and if it does then use it
63-
include(${CMAKE_ROOT}/Modules/CheckCSourceCompiles.cmake)
63+
include(${CMAKE_ROOT}/Modules/CheckCSourceRuns.cmake)
6464
# not sure if this links properly...
6565
find_library(
6666
BoehmGC_LIBRARIES

0 commit comments

Comments
 (0)