Skip to content
Snippets Groups Projects
Commit 20aadb35 authored by JeremyMcCormick's avatar JeremyMcCormick
Browse files

revert change to install dir; always use global install dir for now

parent 260124c5
Branches
Tags
No related merge requests found
...@@ -24,9 +24,9 @@ IF ( NOT GLOBAL_INSTALL_DIR ) ...@@ -24,9 +24,9 @@ IF ( NOT GLOBAL_INSTALL_DIR )
MESSAGE( STATUS "Global install dir set to: ${GLOBAL_INSTALL_DIR}" ) MESSAGE( STATUS "Global install dir set to: ${GLOBAL_INSTALL_DIR}" )
ENDIF() ENDIF()
IF( CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT ) #IF( CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT )
SET( CMAKE_INSTALL_PREFIX ${GLOBAL_INSTALL_DIR}/slic ) SET( CMAKE_INSTALL_PREFIX ${GLOBAL_INSTALL_DIR}/slic )
ENDIF() #ENDIF()
MESSAGE( STATUS "SLIC install dir set to: ${CMAKE_INSTALL_PREFIX}" ) MESSAGE( STATUS "SLIC install dir set to: ${CMAKE_INSTALL_PREFIX}" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment