Code cleanup

- Tidied CMakeLists.txt to trigger a flod build as a test.
This commit is contained in:
Paul Beckingham 2014-05-11 16:23:56 -04:00
parent 4357f9c545
commit 73ecd13597
2 changed files with 5 additions and 5 deletions

View file

@ -30,8 +30,8 @@ else (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
if (NETBSD)
#Since readline, etc likely to be in /usr/pkg/lib, not standard library
#Otherwise will remove links during install
# Since readline, etc likely to be in /usr/pkg/lib, not standard library
# Otherwise will remove links during install
set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
endif (NETBSD)