Forgot the command option

This commit is contained in:
Gert-Jan Rozing 2019-08-26 12:03:31 +02:00
parent 964bdb1e79
commit a8498a0295
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 ${CMAKE_CURRENT_BINARY_DIR}/setup.py
) )
install(CODE "execute_process(${Python_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/setup.py install)") install(CODE "execute_process(COMMAND ${Python_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/setup.py install)")
endif() endif()
# #
#install(CODE "execute_process(COMMAND ldconfig)") #install(CODE "execute_process(COMMAND ldconfig)")