We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde74a8 commit f5f452bCopy full SHA for f5f452b
CMakeLists.txt
@@ -205,7 +205,7 @@ function(test_cxx CXX_RUNTIME_NAME IS_STDLIB)
205
message(STATUS "Testing ${CXX_RUNTIME_LIB} as the C++ runtime library")
206
try_compile(USERUNTIME
207
"${CMAKE_BINARY_DIR}/CMake"
208
- "${CMAKE_SOURCE_DIR}/CMake"
+ "${CMAKE_CURRENT_LIST_DIR}/CMake"
209
test_cxx_runtime
210
CMAKE_FLAGS "-DCXX_RUNTIME=${CXX_RUNTIME_LIB}")
211
if (USERUNTIME)
@@ -276,7 +276,7 @@ if (ENABLE_OBJCXX)
276
message(STATUS "Testing C++ standard library")
277
278
279
280
test_cxx_runtime)
281
if (${USERUNTIME})
282
message(STATUS "libobjc will depend on C++ standard library")
0 commit comments