mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-14 12:32:27 -04:00
cmake: prepend /opt/local to find path
This commit is contained in:
parent
b7071869d1
commit
c9a95297d1
@ -146,6 +146,9 @@ elseif(APPLE)
|
|||||||
endif()
|
endif()
|
||||||
message(STATUS "Build for macOS target: ${CMAKE_OSX_DEPLOYMENT_TARGET}")
|
message(STATUS "Build for macOS target: ${CMAKE_OSX_DEPLOYMENT_TARGET}")
|
||||||
|
|
||||||
|
# prepend path to find_*()
|
||||||
|
set(CMAKE_FIND_ROOT_PATH "/opt/local")
|
||||||
|
|
||||||
set(CMAKE_MACOSX_RPATH ON)
|
set(CMAKE_MACOSX_RPATH ON)
|
||||||
message(STATUS "RPATH support: ${CMAKE_MACOSX_RPATH}")
|
message(STATUS "RPATH support: ${CMAKE_MACOSX_RPATH}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user