Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pass VERSION_EXTRA to GenerateVersion.cmake
  • Loading branch information
kahrl committed Sep 29, 2013
1 parent a9c0961 commit 2134316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -231,6 +231,7 @@ add_custom_target(GenerateVersion
-D "GENERATE_VERSION_SOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR}"
-D "GENERATE_VERSION_BINARY_DIR=${CMAKE_CURRENT_BINARY_DIR}"
-D "VERSION_STRING=${VERSION_STRING}"
-D "VERSION_EXTRA=${VERSION_EXTRA}"
-P "${CMAKE_SOURCE_DIR}/cmake/Modules/GenerateVersion.cmake"
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}")

Expand Down

0 comments on commit 2134316

Please sign in to comment.