From 964bdb1e7924b672963322de5ad03cfd33c6a1fd Mon Sep 17 00:00:00 2001 From: Gert-Jan Rozing Date: Mon, 26 Aug 2019 12:02:02 +0200 Subject: [PATCH] Fixed path issue --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index face031..5ad5d37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,7 +134,7 @@ if(Python_FOUND) ${CMAKE_CURRENT_BINARY_DIR}/setup.py ) - install(CODE "execute_process(${Python_EXECUTABLE} setup.py install)") + install(CODE "execute_process(${Python_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/setup.py install)") endif() # #install(CODE "execute_process(COMMAND ldconfig)") -- 2.30.2