mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code cleanup
- Tidied CMakeLists.txt to trigger a flod build as a test.
This commit is contained in:
parent
4357f9c545
commit
73ecd13597
2 changed files with 5 additions and 5 deletions
|
@ -30,8 +30,8 @@ else (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
|
|
||||||
if (NETBSD)
|
if (NETBSD)
|
||||||
#Since readline, etc likely to be in /usr/pkg/lib, not standard library
|
# Since readline, etc likely to be in /usr/pkg/lib, not standard library
|
||||||
#Otherwise will remove links during install
|
# Otherwise will remove links during install
|
||||||
set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||||
endif (NETBSD)
|
endif (NETBSD)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue