X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=54c8f7fcf730f83c0b7df74e2b7ffc9d2923bda7;hb=8ca80e88c3aaf3974fef6d7ea574c26a4f0ca7da;hp=3a2d1d7377f9e68ccc04e2c5ca30f9d2d6eac2ce;hpb=9ad5403ff42e00836e5821d625cb48bf67332064;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a2d1d7..54c8f7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,6 +99,10 @@ else() set( CMAKE_VERBOSE_MAKEFILE 1 ) endif (CMAKE_BUILD_TYPE STREQUAL "Release") +# Default Install Path + +set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/bin" CACHE PATH "Binary install directory " FORCE) + #======================================= # Set the varous build variables #======================================= @@ -156,13 +160,6 @@ message("Detected ${architektura}-bit architecture") # used by unres/src_MIN find_package (Threads) - - -#======================================= -# Create diractories for build targets -#======================================= -#execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/bin/unres/MD ) - #======================================= # Add source files #=======================================