Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 91d5c7d6 authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

Fix typo

parent d904be81
Branches
Tags
No related merge requests found
......@@ -653,7 +653,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
if(PKG_CONFIG_FOUND)
set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH "ON")
pkg_search_module( EZTrace REQUIRED eztrace)
if(PEZTrace_FOUND)
if(EZTrace_FOUND)
link_directories(${EZTrace_LIBRARY_DIRS})
link_libraries( ${EZTrace_LIBRARIES})
IF( SCALFMM_USE_MPI )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment