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.
1 parent 5e0e18d commit 3b8a0e6Copy full SHA for 3b8a0e6
CMakeLists.txt
@@ -36,18 +36,6 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
36
set(CMAKE_CXX_STANDARD_REQUIRED YES)
37
endif()
38
39
-# Failing inline try_compile example
40
-try_compile(HAS_BOGUS
41
- "${CMAKE_BINARY_DIR}/try_bogus" # binary dir for the test
42
- SOURCE "int main() { return bogus(); }"
43
-)
44
-
45
-if(HAS_BOGUS)
46
- message(STATUS "bogus() exists")
47
-else()
48
- message(STATUS "bogus() not found (expected failure)")
49
-endif()
50
51
include("cmake/compat_find.cmake")
52
53
find_package(Threads REQUIRED)
0 commit comments