Skip to content

Commit 341101e

Browse files
committed
Adding a version check for libMesh.
1 parent 02df856 commit 341101e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/FindLIBMESH.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
include(FindPkgConfig)
55
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:${LIBMESH_PC}")
6-
pkg_check_modules(LIBMESH REQUIRED libmesh IMPORTED_TARGET)
6+
pkg_check_modules(LIBMESH REQUIRED libmesh>=1.6.0 IMPORTED_TARGET)
77

88
find_path(LIBMESH_PC NAMES libmesh.pc
99
HINTS ${LIBMESH_LIBDIR}

0 commit comments

Comments
 (0)