vcpkg/ports/nanopb/fix-python.patch
Mathis Logemann 08690d82c1
[nanopb] update to 0.4.5 and add generator (#18241)
* [nanopb] update to 0.4.5 and add generator

* add versions

* fix python install?

* update version

* fix python? again

* version

* test python

* add version

* fix portfile

* version

* Update ports/nanopb/portfile.cmake

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>

* Update ports/nanopb/portfile.cmake

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>

* update version

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-06-22 18:24:13 -07:00

26 lines
781 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d9c5e5e..4e94bb7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,6 @@ endif()
if(nanopb_BUILD_GENERATOR)
set(generator_protos nanopb)
- find_package(Python REQUIRED)
execute_process(
COMMAND ${Python_EXECUTABLE} -c
"from distutils import sysconfig; print(sysconfig.get_python_lib(prefix=''))"
@@ -64,10 +63,10 @@ if(nanopb_BUILD_GENERATOR)
DESTINATION ${PYTHON_INSTDIR}/proto/
)
endforeach()
+ install( FILES generator/proto/_utils.py
+ DESTINATION ${PYTHON_INSTDIR}/proto/ )
endif()
-install( FILES generator/proto/_utils.py
- DESTINATION ${PYTHON_INSTDIR}/proto/ )
if( WIN32 )
install(