diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-14 14:17:30 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-14 14:17:30 +0100 |
commit | 7fd01c558905d18960cc65168a3ae4844c1f8e38 (patch) | |
tree | e7e836bae605f082ac6957e8c23a8d2bf23ef8fd /Wrappers/Python | |
parent | 909a59411750bdc1ffd91d945a479f5cb8b94ea8 (diff) | |
download | regularization-7fd01c558905d18960cc65168a3ae4844c1f8e38.tar.gz regularization-7fd01c558905d18960cc65168a3ae4844c1f8e38.tar.bz2 regularization-7fd01c558905d18960cc65168a3ae4844c1f8e38.tar.xz regularization-7fd01c558905d18960cc65168a3ae4844c1f8e38.zip |
remove useless ENV{CIL_VERSION}
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/CMakeLists.txt b/Wrappers/Python/CMakeLists.txt index 42f6b8c..7679e68 100644 --- a/Wrappers/Python/CMakeLists.txt +++ b/Wrappers/Python/CMakeLists.txt @@ -6,7 +6,7 @@ project(regulariserPython) # The version number. -set (CIL_VERSION $ENV{CIL_VERSION} CACHE INTERNAL "Core Imaging Library version" FORCE) +#set (CIL_VERSION $ENV{CIL_VERSION} CACHE INTERNAL "Core Imaging Library version" FORCE) # conda orchestrated build message("CIL_VERSION ${CIL_VERSION}") |