Browse Source

Renamed CPackConfig.cmake to StormCPackConfig.cmake and adapted reference in CMakeLists.txt accordingly. Also, CPackConfig.cmake is now ignored.

Former-commit-id: d24d731950
tempestpy_adaptions
dehnert 11 years ago
parent
commit
4252a2710c
  1. 1
      .gitignore
  2. 2
      CMakeLists.txt
  3. 0
      StormCPackConfig.cmake

1
.gitignore

@ -33,6 +33,7 @@ resources/3rdparty/cudd-2.5.0/
ipch/
obj/
CMakeFiles/
CPackConfig.cmake
# The build Dir
build/
build//CMakeLists.txt

2
CMakeLists.txt

@ -519,4 +519,4 @@ INSTALL(TARGETS storm storm-functional-tests storm-performance-tests
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
include(CPackConfig.cmake)
include(StormCPackConfig.cmake)

0
CPackConfig.cmake → StormCPackConfig.cmake

Loading…
Cancel
Save