Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c480b7f7 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

FindMorseCommon: replace FATAL_ERROR by WARNING, libraries may be given without extension at all

parent ebd7e004
No related branches found
No related tags found
No related merge requests found
...@@ -358,7 +358,7 @@ macro(morse_find_pkgconfig_libraries_absolute_path _prefix) ...@@ -358,7 +358,7 @@ macro(morse_find_pkgconfig_libraries_absolute_path _prefix)
if (${_prefix}_STATIC) if (${_prefix}_STATIC)
message(STATUS "${_prefix}_STATIC ${${_prefix}_STATIC}") message(STATUS "${_prefix}_STATIC ${${_prefix}_STATIC}")
endif() endif()
message(FATAL_ERROR "Dependency of ${_prefix} '${_library}' NOT FOUND with suffixes ${CMAKE_FIND_LIBRARY_SUFFIXES} in ${${_prefix}_LIBDIR} ${${_prefix}_LIBRARY_DIRS}") message(WARNING "Dependency of ${_prefix} '${_library}' NOT FOUND with suffixes ${CMAKE_FIND_LIBRARY_SUFFIXES} in ${${_prefix}_LIBDIR} ${${_prefix}_LIBRARY_DIRS}")
endif() endif()
unset(_library_path CACHE) unset(_library_path CACHE)
......
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