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
path: root/cmake
diff options
context:
space:
mode:
authorPhilipp Storz <philipp.storz@bareos.com>2018-01-29 13:32:56 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2018-01-29 13:32:56 +0300
commitaf0df4e13e19ada2c0402dc4a9ba7b6911607534 (patch)
tree1715702f80f5d65712715bb6f52b060021c368e9 /cmake
parent5e64dca48ba846263924a5b69ddd6284a8a63a44 (diff)
fix PIDOF detection
Diffstat (limited to 'cmake')
-rw-r--r--cmake/BareosFindPrograms.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/BareosFindPrograms.cmake b/cmake/BareosFindPrograms.cmake
index b9df88f95..8e9f81eb3 100644
--- a/cmake/BareosFindPrograms.cmake
+++ b/cmake/BareosFindPrograms.cmake
@@ -25,7 +25,7 @@ IF(HAVE_SUN_OS)
ENDIF()
find_program(PIDOF pidof)
-IF(NOT ${PIDOF})
+IF(NOT PIDOF)
SET(PIDOF "")
ENDIF()