Browse Source

fixed name of variable for storm xml support

Former-commit-id: f9edf588d5
tempestpy_adaptions
sjunges 9 years ago
parent
commit
002f4128f5
  1. 2
      resources/3rdparty/CMakeLists.txt

2
resources/3rdparty/CMakeLists.txt

@ -1,7 +1,7 @@
add_custom_target(resources) add_custom_target(resources)
add_custom_target(test-resources) add_custom_target(test-resources)
if(STORM_SUPPORT_XML_FORMATS)
if(STORM_SUPPORT_XML_INPUT_FORMATS)
include(ExternalProject) include(ExternalProject)
ExternalProject_Add( ExternalProject_Add(
xercesc xercesc

Loading…
Cancel
Save