diff --git a/conanfile.py b/conanfile.py index 454e10029..a52f11727 100644 --- a/conanfile.py +++ b/conanfile.py @@ -19,6 +19,7 @@ class simCenterBackendApps(ConanFile): # noqa: D101 options = {'shared': [True, False]} # noqa: RUF012 default_options = { # noqa: RUF012 'libcurl:with_ssl': 'openssl', + 'boost:without_fiber': True, } generators = 'cmake' build_policy = 'missing' diff --git a/modules/createEVENT/CMakeLists.txt b/modules/createEVENT/CMakeLists.txt index 516cd0baf..eb5d33021 100644 --- a/modules/createEVENT/CMakeLists.txt +++ b/modules/createEVENT/CMakeLists.txt @@ -30,4 +30,5 @@ add_subdirectory(MPM) add_subdirectory(stochasticWave) add_subdirectory(TaichiEvent) add_subdirectory(CelerisTaichiEvent) +add_subdirectory(shakeMapEvent)