From 7f5eb8feeac28cc59283e02aeca43c6708ae797b Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Mon, 11 Oct 2021 19:09:13 +0200 Subject: [PATCH] EZtrace: EZTRACE_DIR_FOUND is not more defined (Thanks @ltaief) --- coreblas/eztrace_module/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt index 73f2559af..083ff4f9a 100644 --- a/coreblas/eztrace_module/CMakeLists.txt +++ b/coreblas/eztrace_module/CMakeLists.txt @@ -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 -- GitLab