Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 22, 2019
1 parent d224f1d commit 6103b02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/CMakeLists.txt
Expand Up @@ -75,7 +75,7 @@ execute_process(
INCLUDE(BareosExtractVersionInfo)
add_definitions(-DVERSION="${BAREOS_FULL_VERSION}")

INCLUDE(BareosLocalBuildDefinitions)
INCLUDE(BareosLocalBuildDefinitions RESULT_VARIABLE BareosLocalBuildDefinitionsFile)

INCLUDE(BareosFindAllLibraries)

Expand Down Expand Up @@ -718,6 +718,7 @@ message(" GAWK: ${GAWK}")
message(" RPCGEN: ${RPCGEN}")
message(" MTX: ${MTX}")
message(" DEVELOPER: ${developer}")
message(" LocalBuildDefinitionsFile ${BareosLocalBuildDefinitionsFile}")

IF(HAVE_WIN32)
message(" WINDOWS_VERSION: ${WINDOWS_VERSION}")
Expand Down

0 comments on commit 6103b02

Please sign in to comment.