mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fix cmake compile on macos to find include and libs path
This commit is contained in:
parent
081782c97c
commit
d395be256b
@ -10,6 +10,11 @@ project(retroshare-service)
|
|||||||
|
|
||||||
include(CMakeDependentOption)
|
include(CMakeDependentOption)
|
||||||
|
|
||||||
|
if(APPLE)
|
||||||
|
include_directories("/usr/local/include")
|
||||||
|
LINK_DIRECTORIES("/usr/local/lib")
|
||||||
|
endif()
|
||||||
|
|
||||||
set(
|
set(
|
||||||
RS_BIN_INSTALL_DIR
|
RS_BIN_INSTALL_DIR
|
||||||
"${CMAKE_INSTALL_PREFIX}/bin"
|
"${CMAKE_INSTALL_PREFIX}/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user