Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 18, 2019
1 parent fd78c7b commit 14a6f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cmake/BareosExtractVersionInfo.cmake
Expand Up @@ -31,7 +31,7 @@ string(REGEX MATCH \".*\" BAREOS_FULL_VERSION ${VERSION_STRING})

MESSAGE("BAREOS_NUMERIC_VERSION is ${BAREOS_NUMERIC_VERSION}")
MESSAGE("BAREOS_FULL_VERSION is ${BAREOS_FULL_VERSION}")
MESSAGE("SO_VERSION is ${SO_VERSION}")
MESSAGE("SOVERSION is ${SOVERSION}")

IF (NOT BAREOS_FULL_VERSION)
MESSAGE(FATAL_ERROR BAREOS_FULL_VERSION is not set)
Expand Down

0 comments on commit 14a6f0d

Please sign in to comment.