From dc1fb0a947fcbbf7bc718de7add8b3d6dde19a99 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 16 Feb 2017 15:01:16 +0100 Subject: [PATCH] remove unused option --- CMakeLists.txt | 1 - cmake_modules/NetgenConfig.cmake.in | 1 - cmake_modules/SuperBuild.cmake | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb15b5c9..128ea996 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ option( USE_JPEG "enable snapshots using library libjpeg" OFF ) option( USE_MPEG "enable video recording with FFmpeg, uses libavcodec" OFF ) option( INTEL_MIC "cross compile for intel xeon phi") option( INSTALL_PROFILES "install environment variable settings to /etc/profile.d" OFF ) -option( INSTALL_DEPENDENCIES "install dependencies like tcl, useful for packaging" OFF ) option( USE_CCACHE "use ccache") option( USE_SUPERBUILD "use ccache" ON) diff --git a/cmake_modules/NetgenConfig.cmake.in b/cmake_modules/NetgenConfig.cmake.in index b7b2018c..c72d40c3 100644 --- a/cmake_modules/NetgenConfig.cmake.in +++ b/cmake_modules/NetgenConfig.cmake.in @@ -43,7 +43,6 @@ set(NETGEN_USE_JPEG @USE_JPEG@) set(NETGEN_USE_MPEG @USE_MPEG@) set(NETGEN_INTEL_MIC @INTEL_MIC@) set(NETGEN_INSTALL_PROFILES @INSTALL_PROFILES@) -set(NETGEN_INSTALL_DEPENDENCIES @INSTALL_DEPENDENCIES@) set(NETGEN_USE_CCACHE @USE_CCACHE@) include(${CMAKE_CURRENT_LIST_DIR}/netgen-targets.cmake) diff --git a/cmake_modules/SuperBuild.cmake b/cmake_modules/SuperBuild.cmake index 1df5093d..4de5ea0b 100644 --- a/cmake_modules/SuperBuild.cmake +++ b/cmake_modules/SuperBuild.cmake @@ -129,7 +129,7 @@ set_vars( NETGEN_CMAKE_ARGS USE_OCC USE_MPEG INSTALL_DIR - INSTALL_DEPENDENCIES + INSTALL_PROFILES INTEL_MIC CMAKE_PREFIX_PATH )