projects
/
pigpio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964bdb1
)
Forgot the command option
author
Gert-Jan Rozing
<gert.rozing@myestro.de>
Mon, 26 Aug 2019 10:03:31 +0000
(12:03 +0200)
committer
Gert-Jan Rozing
<gert.rozing@myestro.de>
Mon, 26 Aug 2019 10:03:31 +0000
(12:03 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 5ad5d37377d221c0dd95a76dd26c428968c1f14c..25d46be5e2d8284c3edfd3598956db8ba2d85b42 100644
(file)
--- 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)")