Skip to content

Commit

Permalink
Merge pull request #2882 from GEOS-ESM/bugfix/mathomp4/fix-geomio-cmake
Browse files Browse the repository at this point in the history
Fix CMake in GeomIO
  • Loading branch information
mathomp4 authored Jun 24, 2024
2 parents f20808a + f6a17a2 commit 27d47d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeomIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(srcs
esma_add_library(${this}
SRCS ${srcs}
DEPENDENCIES MAPL.geom_mgr MAPL.pfio MAPL.base MAPL.shared MAPL.hconfig_utils GFTL::gftl-v2
TYPE ${MAPL_LIBRARY_TYPE}
TYPE SHARED
)

target_include_directories (${this} PUBLIC
Expand Down

0 comments on commit 27d47d4

Please sign in to comment.