diff options
-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) |