Code cleanup
- Tidied CMakeLists.txt to trigger a flod build as a test.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user