Browse Source

minor fix of a superfluous cmake include

Former-commit-id: ab663101d2
tempestpy_adaptions
sjunges 9 years ago
parent
commit
ac1efc7efd
  1. 1
      resources/3rdparty/CMakeLists.txt

1
resources/3rdparty/CMakeLists.txt

@ -2,7 +2,6 @@ add_custom_target(resources)
add_custom_target(test-resources)
if(STORM_SUPPORT_XML_INPUT_FORMATS)
include(ExternalProject)
ExternalProject_Add(
xercesc
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/xercesc-3.1.2

Loading…
Cancel
Save