mirror of https://github.com/joan2937/pigpio
Forgot the command option
This commit is contained in:
parent
964bdb1e79
commit
a8498a0295
|
@ -134,7 +134,7 @@ if(Python_FOUND)
|
|||
${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()
|
||||
#
|
||||
#install(CODE "execute_process(COMMAND ldconfig)")
|
||||
|
|
Loading…
Reference in New Issue