Skip to content

Commit

Permalink
fix PIDOF detection
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 29, 2018
1 parent 5e64dca commit af0df4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BareosFindPrograms.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ IF(HAVE_SUN_OS)
ENDIF()

find_program(PIDOF pidof)
IF(NOT ${PIDOF})
IF(NOT PIDOF)
SET(PIDOF "")
ENDIF()

Expand Down

0 comments on commit af0df4e

Please sign in to comment.