Skip to content
Snippets Groups Projects
Commit 929aa96c authored by Timo Koch's avatar Timo Koch
Browse files

[cmake] Fix warning about mismatch in gmsh package name

parent 85fbd748
No related branches found
No related tags found
1 merge request!2903[cmake] Several smaller cleanups
Pipeline #10319 waiting for manual action
......@@ -36,13 +36,13 @@ find_program(GMSH_EXECUTABLE
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
"gmsh"
"Gmsh"
DEFAULT_MSG
GMSH_EXECUTABLE
)
# set macros for config.h
set(HAVE_GMSH ${gmsh_FOUND})
set(HAVE_GMSH ${Gmsh_FOUND})
set(GMSH_EXECUTABLE ${GMSH_EXECUTABLE})
# text for feature summary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment