Skip to content
Snippets Groups Projects

Resolve "Provide XML schema validation for simulation input files"

1 unresolved thread
39 files
+ 439
46
Compare changes
  • Side-by-side
  • Inline
Files
39
+ 1
1
@@ -79,7 +79,7 @@ if(WITH_SIMCORE OR WITH_TESTS)
set(Boost_USE_STATIC_LIBS OFF)
find_package(Boost COMPONENTS filesystem REQUIRED)
find_package(Qt5 COMPONENTS Concurrent Core Widgets Xml)
find_package(Qt5 COMPONENTS Concurrent Core Widgets Xml XmlPatterns REQUIRED)
find_package(FMILibrary)
if(WITH_EXTENDED_OSI)
Loading