mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
08690d82c1
* [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>
26 lines
781 B
Diff
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(
|