Skip to content

Commit

Permalink
Merge pull request #68 from accelerated/master
Browse files Browse the repository at this point in the history
Removed temp install folder.
  • Loading branch information
accelerated authored Mar 23, 2019
2 parents e269368 + bc339a9 commit 840dc7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ option(QUANTUM_BOOST_USE_VALGRIND "Use valgrind headers for Boost." OFF)

if (QUANTUM_INSTALL_ROOT)
set(CMAKE_INSTALL_PREFIX ${QUANTUM_INSTALL_ROOT})
else()
# Use local build folder
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install)
endif()

#Global options
Expand Down

0 comments on commit 840dc7f

Please sign in to comment.