From: Gert-Jan Rozing Date: Mon, 26 Aug 2019 10:03:31 +0000 (+0200) Subject: Forgot the command option X-Git-Tag: archive/raspbian/1.78-1+rpi1^2~4^2~8^2~2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8498a02955823b62cd6bdb5aa2410d920fe8dc1;p=pigpio.git Forgot the command option --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ad5d37..25d46be 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} ${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)")