Skip to content

Commit

Permalink
create base directory for logdir on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 2, 2018
1 parent 4153d3a commit ed319cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -509,6 +509,10 @@ set(_PATH_BAREOS_WORKINGDIR \"${workingdir}\")



IF(HAVE_WIN32)
INSTALL(DIRECTORY DESTINATION var/log)
ENDIF()

INSTALL(DIRECTORY DESTINATION ${logdir})


Expand Down

0 comments on commit ed319cf

Please sign in to comment.