remove unused option

This commit is contained in:
Matthias Hochsteger 2017-02-16 15:01:16 +01:00
parent bf9e550ed3
commit dc1fb0a947
3 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -129,7 +129,7 @@ set_vars( NETGEN_CMAKE_ARGS
USE_OCC
USE_MPEG
INSTALL_DIR
INSTALL_DEPENDENCIES
INSTALL_PROFILES
INTEL_MIC
CMAKE_PREFIX_PATH
)