We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5c247c + 909d0db commit 38ad8eeCopy full SHA for 38ad8ee
1 file changed
cmake/FindBoehmGC.cmake
@@ -60,7 +60,7 @@ endif()
60
# For FreeBSD we need to use gc-threaded
61
if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
62
# checks if 'gc' supports 'GC_get_parallel' and if it does then use it
63
- include(${CMAKE_ROOT}/Modules/CheckCSourceCompiles.cmake)
+ include(${CMAKE_ROOT}/Modules/CheckCSourceRuns.cmake)
64
# not sure if this links properly...
65
find_library(
66
BoehmGC_LIBRARIES
0 commit comments