Browse Source

storm version is now exported

tempestpy_adaptions
Sebastian Junges 8 years ago
parent
commit
7a40af2b98
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -399,6 +399,8 @@ else()
endif()
message(STATUS "Storm - version is ${STORM_VERSION_MAJOR}.${STORM_VERSION_MINOR}.${STORM_VERSION_PATCH} (${STORM_VERSION_COMMITS_AHEAD} commits ahead of tag), building from git: ${STORM_VERSION_GIT_HASH} (dirty: ${STORM_VERSION_DIRTY}).")
endif()
set(STORM_VERSION "${STORM_VERSION_MAJOR}.${STORM_VERSION_MINOR}.${STORM_VERSION_PATCH}")
# Configure a header file to pass some of the CMake settings to the source code
configure_file (

Loading…
Cancel
Save