From 9c3e0a5e18da2dacc20d93e8f6ac89cdf546d48c Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Wed, 28 Sep 2016 14:47:33 +0200 Subject: [PATCH] [CMake] Correct variable definition --- bindings/python/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index ba6566bf71..caded166fd 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -58,7 +58,8 @@ FOREACH(dep ${PKG_CONFIG_PYWRAP_REQUIRES}) ENDFOREACH(dep ${PKG_CONFIG_PYWRAP_REQUIRES}) # --- LIBRARY --- # -SET(${PYWRAP}_INSTALL_DIR "${PYTHON_SITELIB}/${PROJECT_NAME}") +SET(${PYWRAP}_INSTALL_DIR ${PYTHON_SITELIB}/${PROJECT_NAME}) +MESSAGE(STATUS ${${PYWRAP}_INSTALL_DIR}) SET(${PROJECT_NAME}_PYTHON_HEADERS eigen_container.hpp