mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Fix incorrect variable expansion
This commit is contained in:
parent
c20ab7d6d8
commit
1f345d7d25
@ -411,9 +411,9 @@ else()
|
|||||||
set_target_properties(SFML PROPERTIES INSTALL_NAME_DIR "@rpath")
|
set_target_properties(SFML PROPERTIES INSTALL_NAME_DIR "@rpath")
|
||||||
if(NOT CMAKE_SKIP_BUILD_RPATH)
|
if(NOT CMAKE_SKIP_BUILD_RPATH)
|
||||||
if (CMAKE_VERSION VERSION_LESS 3.9)
|
if (CMAKE_VERSION VERSION_LESS 3.9)
|
||||||
set_target_properties(${target} PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE)
|
set_target_properties(SFML PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE)
|
||||||
else()
|
else()
|
||||||
set_target_properties(${target} PROPERTIES BUILD_WITH_INSTALL_NAME_DIR TRUE)
|
set_target_properties(SFML PROPERTIES BUILD_WITH_INSTALL_NAME_DIR TRUE)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user