Skip to content
Snippets Groups Projects
Commit 63e2b870 authored by Martin Nolte's avatar Martin Nolte
Browse files

Merge branch 'cherry-pick-8c925fe0' into 'releases/2.6'

Merge branch 'bugfix/fix-typo-in-varname-for-version-check-of-suggested-modules' into 'master'

See merge request !454
parents 2edf4680 d7c27933
No related branches found
No related tags found
3 merge requests!586Centralize CI config for 2.6 release,!531Update CI for 2.6 release branch,!454Merge branch 'bugfix/fix-typo-in-varname-for-version-check-of-suggested-modules' into 'master'
Pipeline #
......@@ -255,13 +255,13 @@ macro(find_dune_package module)
endif()
endforeach()
if(NOT ${module}_dune_module)
message(${warning_level} "Could not find dune.module file for module ${module} "
message(${_warning_level} "Could not find dune.module file for module ${module} "
"in ${${module}_PREFIX}, ${${module}_PREFIX}/lib/dunecontrol/${module}/, "
"${${module}_PREFIX}/lib64/dunecontrol/${module}/dune.module")
set(${module}_FOUND OFF)
endif()
if(module_version_wrong)
message(${warning_level} "Could not find requested version of module ${module}. "
message(${_warning_level} "Could not find requested version of module ${module}. "
"Requested version was ${DUNE_FIND_VERSION}, found version is ${DUNE_FIND_MOD_VERSION_STRING}")
set(${module}_FOUND OFF)
endif()
......
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