Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Got rid of messages
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Sep 12, 2023
1 parent 32ec06e commit 0aa8d9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ INSTALL(TARGETS ${SWIFTEST_DRIVER} ${SWIFTEST_LIBRARY}
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)

MESSAGE(STATUS "Setting rpaths")
# the RPATH to be used when installing, but only if it's not a system directory
LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/lib" isSystemDir)
IF("${isSystemDir}" STREQUAL "-1")
Expand All @@ -237,4 +236,3 @@ IF("${isSystemDir}" STREQUAL "-1")
INSTALL_RPATH_USE_LINK_PATH TRUE
INSTALL_RPATH "${lib_path}")
endif("${isSystemDir}" STREQUAL "-1")
MESSAGE(STATUS "rpaths are set")

0 comments on commit 0aa8d9e

Please sign in to comment.