Fixed path issue

This commit is contained in:
Gert-Jan Rozing 2019-08-26 12:02:02 +02:00
parent 492d83d0d3
commit 964bdb1e79
No known key found for this signature in database
GPG Key ID: 8FAC2AA4BFE8A306
1 changed files with 1 additions and 1 deletions

View File

@ -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)")