diff --git a/Modules/Simulation/CMakeLists.txt b/Modules/Simulation/CMakeLists.txt index 9176eaadf3..a8f0f21102 100644 --- a/Modules/Simulation/CMakeLists.txt +++ b/Modules/Simulation/CMakeLists.txt @@ -1,12 +1,12 @@ if(MITK_USE_SOFA) MITK_CREATE_MODULE(Simulation - PACKAGE_DEPENDS SOFA + PACKAGE_DEPENDS Boost SOFA ) if(MSVC) set(module_compile_flags "${module_compile_flags} /wd4250 /wd4251 /wd4267 /wd4275") set_target_properties(${MODULE_PROVIDES} PROPERTIES COMPILE_FLAGS "${module_compile_flags}") endif() add_subdirectory(Testing) endif()