mirror of
https://github.com/monero-project/monero.git
synced 2025-12-08 16:11:28 +09:00
Fix cmake usage in FetchContent and ExternalProject
This commit is contained in:
parent
7ea8bcdc91
commit
65b1eb7729
@ -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…
x
Reference in New Issue
Block a user