Skip to content

Commit

Permalink
CMAKE: remove hard coding CMAKE_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Sep 4, 2020
1 parent 2a37a6b commit 9c4af73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ OPTION( FCAL_USE_Marlin " Build Marlin Processors" True )
OPTION( FCAL_USE_DD4hep " Build With DD4hep support" True )
OPTION( INSTALL_DOC "Set to OFF to skip build/install Documentation" OFF )

SET( CMAKE_INSTALL_PREFIX ${PROJECT_SOURCE_DIR} )

FIND_PACKAGE( ILCUTIL 1.3.0 REQUIRED COMPONENTS ILCSOFT_CMAKE_MODULES )
# load default settings from ILCSOFT_CMAKE_MODULES
INCLUDE( ilcsoft_default_settings )
Expand Down

0 comments on commit 9c4af73

Please sign in to comment.