diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2018-04-06 11:08:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 11:08:52 +0100 |
commit | 2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019 (patch) | |
tree | ec24c21edd374246f2fa762337fa7f612d158885 /CMakeLists.txt | |
parent | 1f30c56fa1de2f38ded54d3c2bd988645cdb2ea5 (diff) | |
parent | 99d84e408cdf0905996fb3632b7d006c6e6da805 (diff) | |
download | regularization-2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019.tar.gz regularization-2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019.tar.bz2 regularization-2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019.tar.xz regularization-2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019.zip |
Merge pull request #45 from vais-ral/remove_boost
Remove boost
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b2aca9..e39dacd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ set (CIL_VERSION_PATCH 1) set (CIL_VERSION '${CIL_VERSION_MAJOR}.${CIL_VERSION_MINOR}.${CIL_VERSION_PATCH}' CACHE INTERNAL "Core Imaging Library version" FORCE) # set the Python variables for the Conda environment -include(${CMAKE_SOURCE_DIR}/CMake/FindAnacondaEnvironment.cmake) +#include(${CMAKE_SOURCE_DIR}/CMake/FindAnacondaEnvironment.cmake) add_subdirectory(Core) add_subdirectory(Wrappers) |