Skip to content

Commit

Permalink
cmake: mark more variables as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed Jun 5, 2017
1 parent a85bbec commit 165f497
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions cmake/ElektraCache.cmake
Expand Up @@ -453,10 +453,11 @@ set(DISCLAMER "


MARK_AS_ADVANCED(FORCE
# might be relevant to users:
# might be relevant to a few users:
GTEST_ROOT
COVERAGE_PREFIX
Boost_DIR
CMAKE_PIC_FLAGS
CMAKE_STATIC_FLAGS

# are kind of internal:
SWIG_DIR SWIG_EXECUTABLE SWIG_VERSION
Expand All @@ -480,4 +481,11 @@ MARK_AS_ADVANCED(FORCE
Qt5Test_DIR
Qt5Widgets_DIR
Qt5_DIR

Boost_DIR
BOTAN_INCLUDE_DIRS
LIBGCRYPT_INCLUDE_DIR
XercesC_DIR
OPENSSL_INCLUDE_DIR
LUA_EXECUTABLE
)

0 comments on commit 165f497

Please sign in to comment.