We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78baa4c commit 97890eeCopy full SHA for 97890ee
1 file changed
README.md
@@ -333,8 +333,9 @@ set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
333
set(openPMD_BUILD_CLI_TOOLS OFF)
334
set(openPMD_BUILD_EXAMPLES OFF)
335
set(openPMD_BUILD_TESTING OFF)
336
-# set(openPMD_BUILD_SHARED_LIBS OFF) # precedence over BUILD_SHARED_LIBS if needed; or:
337
-set(openPMD_INSTALL ${BUILD_SHARED_LIBS}) # only install if used as shared a library
+set(openPMD_BUILD_SHARED_LIBS OFF) # precedence over BUILD_SHARED_LIBS if needed
+set(openPMD_INSTALL OFF) # or instead use:
338
+# set(openPMD_INSTALL ${BUILD_SHARED_LIBS}) # only install if used as a shared library
339
set(openPMD_USE_PYTHON OFF)
340
FetchContent_Declare(openPMD
341
GIT_REPOSITORY "https://github.com/openPMD/openPMD-api.git"
0 commit comments