From 9fcf152cac85cf2e4d83729e8837b37af8fe8f39 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Mon, 23 Apr 2018 16:54:33 +0200
Subject: [PATCH] hide these variables

---
 coreblas/eztrace_module/CMakeLists.txt | 1 +
 cudablas/eztrace_module/CMakeLists.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt
index 322d0f091..5ae5c1717 100644
--- a/coreblas/eztrace_module/CMakeLists.txt
+++ b/coreblas/eztrace_module/CMakeLists.txt
@@ -33,6 +33,7 @@ if (EZTRACE_FOUND AND EZTRACE_DIR_FOUND)
     find_path(EZTRACE_eztrace_create_plugin_DIR
       NAMES eztrace_create_plugin
       HINTS ${EZTRACE_DIR_FOUND}/bin)
+    mark_as_advanced(EZTRACE_eztrace_create_plugin_DIR)
 
     if (EZTRACE_eztrace_create_plugin_DIR)
 
diff --git a/cudablas/eztrace_module/CMakeLists.txt b/cudablas/eztrace_module/CMakeLists.txt
index 702ca4b8b..01eb745e2 100644
--- a/cudablas/eztrace_module/CMakeLists.txt
+++ b/cudablas/eztrace_module/CMakeLists.txt
@@ -33,6 +33,7 @@ if (EZTRACE_FOUND AND EZTRACE_DIR_FOUND)
     find_path(EZTRACE_eztrace_create_plugin_DIR
       NAMES eztrace_create_plugin
       HINTS ${EZTRACE_DIR_FOUND}/bin)
+    mark_as_advanced(EZTRACE_eztrace_create_plugin_DIR)
 
     if (EZTRACE_eztrace_create_plugin_DIR)
 
-- 
GitLab