Skip to content

Commit 8bb390d

Browse files
committed
Fix sepa3d build error
1 parent 25796df commit 8bb390d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ if (USE_GMSH)
104104
target_compile_definitions (Core PRIVATE "-DUSE_GMSH")
105105
endif()
106106
if (SEPA3D)
107+
pkg_check_modules (GLIB2 REQUIRED IMPORTED_TARGET glib-2.0)
107108
target_include_directories (Core PUBLIC ${SEPARATRICE3D_INCLUDE_DIR})
108109
endif (SEPA3D)
109110
target_link_libraries (Core PUBLIC ${CORE_OPTIONAL_LIBRARIES_LIST} Mesquite::Mesquite cgns::cgns PkgConfig::GTS GMDSIg GMDSIo GMDSAero)

0 commit comments

Comments
 (0)