Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7f5eb8fe authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

EZtrace: EZTRACE_DIR_FOUND is not more defined (Thanks @ltaief)

parent efd75d6a
No related branches found
No related tags found
1 merge request!266Fix many issues
......@@ -28,7 +28,7 @@ if (NOT EZTRACE_FOUND)
find_package(EZTRACE)
endif()
if (EZTRACE_FOUND AND EZTRACE_DIR_FOUND)
if (EZTRACE_FOUND)
set(EZTRACE_eztrace_create_plugin_DIR "EZTRACE_eztrace_create_plugin_DIR-NOTFOUND")
find_path(EZTRACE_eztrace_create_plugin_DIR
......@@ -75,7 +75,7 @@ if (EZTRACE_FOUND AND EZTRACE_DIR_FOUND)
endforeach()
endif (EZTRACE_eztrace_create_plugin_DIR)
endif (EZTRACE_FOUND AND EZTRACE_DIR_FOUND)
endif (EZTRACE_FOUND)
###
### END CMakeLists.txt
......
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