summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-01-29 16:32:43 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-01-29 16:32:43 +0000
commit40b40318d66be25c084c7deef7a3c00fdb20a618 (patch)
tree124a2494a45f09afc6e370a1911006db9de35f68 /Wrappers
parent10c54e941d47fdf5c91e19be895443e45082af1b (diff)
parent36c217d16fe4be0991057a8f08fde30c818a165c (diff)
downloadregularization-40b40318d66be25c084c7deef7a3c00fdb20a618.tar.gz
regularization-40b40318d66be25c084c7deef7a3c00fdb20a618.tar.bz2
regularization-40b40318d66be25c084c7deef7a3c00fdb20a618.tar.xz
regularization-40b40318d66be25c084c7deef7a3c00fdb20a618.zip
Merge branch 'gpu' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction into gpu
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Python/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/CMakeLists.txt b/Wrappers/Python/CMakeLists.txt
index ab4f400..3f95660 100644
--- a/Wrappers/Python/CMakeLists.txt
+++ b/Wrappers/Python/CMakeLists.txt
@@ -72,11 +72,11 @@ else()
# we need to get rid of the lib at the beginning
list(GET Boost_LIBRARIES 0 place )
get_filename_component(place2 ${place} NAME_WE )
- string(REGEX REPLACE "^lib.*" "\\1" $BOOST_PYTHON_LIB "${place2}")
+ string(REGEX REPLACE "^lib(.*)" "\\1" BOOST_PYTHON_LIB "${place2}")
list(GET Boost_LIBRARIES 1 place )
get_filename_component(place2 ${place} NAME_WE )
- string(REGEX REPLACE "^lib.*" "\\1" $BOOST_NUMPY_LIB "${place2}")
+ string(REGEX REPLACE "^lib(.*)" "\\1" BOOST_NUMPY_LIB "${place2}")
endif()
message ("found " ${BOOST_PYTHON_LIB})