Skip to content
Snippets Groups Projects

Update openScenarioEngine dependency

Compare and
326+ files
+ 23447
19455
Compare changes
  • Side-by-side
  • Inline
Files
326+
+ 0
5
@@ -22,7 +22,6 @@ option(WITH_COVERAGE "Generate test coverage report using gcov (needs fastcov)"
@@ -22,7 +22,6 @@ option(WITH_COVERAGE "Generate test coverage report using gcov (needs fastcov)"
option(WITH_DOC "Build documentation" ON)
option(WITH_DOC "Build documentation" ON)
option(WITH_API_DOC "Build API documentation (takes pretty long)" OFF)
option(WITH_API_DOC "Build API documentation (takes pretty long)" OFF)
option(WITH_EXTENDED_OSI "Assume an extended version of OSI is available" OFF)
option(WITH_PROTOBUF_ARENA "Make use of protobuf arena allocation" ON)
option(WITH_PROTOBUF_ARENA "Make use of protobuf arena allocation" ON)
option(WITH_DEBUG_POSTFIX "Use 'd' binary postfix on Windows platform" ON)
option(WITH_DEBUG_POSTFIX "Use 'd' binary postfix on Windows platform" ON)
@@ -91,10 +90,6 @@ if(WITH_SIMCORE OR WITH_TESTS)
@@ -91,10 +90,6 @@ if(WITH_SIMCORE OR WITH_TESTS)
find_package(FMILibrary)
find_package(FMILibrary)
if(WITH_EXTENDED_OSI)
add_compile_definitions(USE_EXTENDED_OSI)
endif()
if(WITH_PROTOBUF_ARENA)
if(WITH_PROTOBUF_ARENA)
add_compile_definitions(USE_PROTOBUF_ARENA)
add_compile_definitions(USE_PROTOBUF_ARENA)
endif()
endif()
Loading