From 7f36ec1b83d3ebfbdd3294e136c385b04dafa23d Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 25 Jun 2020 10:31:34 +0200 Subject: Some debug traces --- src/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python/CMakeLists.txt') diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt index 0182e4f5..80faf0f9 100644 --- a/src/python/CMakeLists.txt +++ b/src/python/CMakeLists.txt @@ -18,6 +18,7 @@ function( add_GUDHI_PYTHON_lib_dir THE_LIB_DIR ) # deals when it is not set - error on windows if(EXISTS ${THE_LIB_DIR}) set(GUDHI_PYTHON_LIBRARY_DIRS "${GUDHI_PYTHON_LIBRARY_DIRS}'${THE_LIB_DIR}', ") + message("add_GUDHI_PYTHON_lib_dir '${THE_LIB_DIR}'") else() message("add_GUDHI_PYTHON_lib_dir - '${THE_LIB_DIR}' does not exist") endif() -- cgit v1.2.3