Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Storz <philipp.storz@bareos.com>2018-02-23 14:26:16 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2018-02-23 14:32:55 +0300
commit15b1c847fd0e2ae439f2e5697b31c21f97347e5f (patch)
tree42e1af90b8d1230f4d006ced7bc546265e19febd /CMakeLists.txt
parent98dbbca31246e4d1bdc5314d16a5ead97c72f828 (diff)
cmake: enable FreeBSD build
- dummy platforms install file for now - determine scsi interface libs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1e63ac80a..a69cfcea4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,6 +98,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
set(PSCMD "ps -ax -o pid,command")
include_directories(/usr/local/include)
link_directories(/usr/local/lib)
+ link_libraries(intl)
endif()
# hpux