mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Modify CheckCXXLibraryExists to use CMakeFiles directory.
This commit is contained in:
parent
f1e7b37c48
commit
9b3c4a81c2
1 changed files with 2 additions and 2 deletions
|
@ -50,10 +50,10 @@ macro(CHECK_CXX_LIBRARY_EXISTS LIBRARY FUNCTION LOCATION VARIABLE)
|
|||
${CHECK_LIBRARY_EXISTS_LIBRARIES} ${CMAKE_REQUIRED_LIBRARIES})
|
||||
endif()
|
||||
configure_file(${CMAKE_ROOT}/Modules/CheckFunctionExists.c
|
||||
${CMAKE_BINARY_DIR}/CheckFunctionExists.cxx COPYONLY)
|
||||
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.cxx COPYONLY)
|
||||
try_compile(${VARIABLE}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}/CheckFunctionExists.cxx
|
||||
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.cxx
|
||||
COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS}
|
||||
LINK_LIBRARIES ${CHECK_LIBRARY_EXISTS_LIBRARIES}
|
||||
CMAKE_FLAGS
|
||||
|
|
Loading…
Add table
Reference in a new issue