summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-05-23 09:43:22 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-05-23 09:43:22 +0200
commit61d930c6bd32e1b5efef15ef152abd9c1955380e (patch)
tree2e521de0a8bc32713a4f3340e403be5fbbd43151 /common
parent12f4bad0dacc841e81d519190b982fa64cc2b333 (diff)
downloadufo-filters-61d930c6bd32e1b5efef15ef152abd9c1955380e.tar.gz
ufo-filters-61d930c6bd32e1b5efef15ef152abd9c1955380e.tar.bz2
ufo-filters-61d930c6bd32e1b5efef15ef152abd9c1955380e.tar.xz
ufo-filters-61d930c6bd32e1b5efef15ef152abd9c1955380e.zip
Mark some variable as advanced to reduce clutter
Diffstat (limited to 'common')
-rw-r--r--common/cmake/FindOpenCL.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/cmake/FindOpenCL.cmake b/common/cmake/FindOpenCL.cmake
index 2d82976..0844f69 100644
--- a/common/cmake/FindOpenCL.cmake
+++ b/common/cmake/FindOpenCL.cmake
@@ -77,6 +77,8 @@ IF( _OPENCL_CPP_INCLUDE_DIRS )
ENDIF( _OPENCL_CPP_INCLUDE_DIRS )
MARK_AS_ADVANCED(
+ OPENCL_LIBRARIES
OPENCL_INCLUDE_DIRS
+ _OPENCL_CPP_INCLUDE_DIRS
)