mirror of
https://github.com/monero-project/monero.git
synced 2025-05-03 14:34:52 -04:00
Fix cmake usage in FetchContent and ExternalProject
This commit is contained in:
parent
7ea8bcdc91
commit
65b1eb7729
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ macro(CHECK_LINKER_FLAG flag VARIABLE)
|
|||
message(STATUS "Looking for ${flag} linker flag")
|
||||
endif()
|
||||
|
||||
set(_cle_source ${CMAKE_SOURCE_DIR}/cmake/CheckLinkerFlag.c)
|
||||
set(_cle_source ${monero_SOURCE_DIR}/cmake/CheckLinkerFlag.c)
|
||||
|
||||
set(saved_CMAKE_C_FLAGS ${CMAKE_C_FLAGS})
|
||||
set(CMAKE_C_FLAGS "${flag}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue