Browse Source

Merge branch 'future' into cudd3

Former-commit-id: a5ac40b951
tempestpy_adaptions
dehnert 9 years ago
parent
commit
af6dc174dd
  1. 2
      resources/3rdparty/CMakeLists.txt
  2. 2
      storm-version.cpp.in

2
resources/3rdparty/CMakeLists.txt

@ -77,4 +77,4 @@ ExternalProject_Get_Property(googletest binary_dir)
set(GTEST_LIBRARIES ${binary_dir}/libgtest.a ${binary_dir}/libgtest_main.a PARENT_SCOPE)
add_dependencies(test-resources googletest)

2
storm-version.cpp.in

@ -1,3 +1,5 @@
//AUTO GENERATED -- DO NOT CHANGE
// TODO resolve issues when placing this in the build order directly.
#include "src/utility/storm-version.h"
namespace storm {

Loading…
Cancel
Save