Blob Blame History Raw
diff -rupN --no-dereference gmsh-4.5.1-source/CMakeLists.txt gmsh-4.5.1-source-new/CMakeLists.txt
--- gmsh-4.5.1-source/CMakeLists.txt	2019-12-28 22:38:32.995792440 +0100
+++ gmsh-4.5.1-source-new/CMakeLists.txt	2019-12-28 22:38:32.997792457 +0100
@@ -1866,7 +1866,7 @@ endif()
 if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_DYNAMIC)
   install(TARGETS shared DESTINATION ${GMSH_LIB} OPTIONAL)
   # FIXME once we cleanup the installation of the python module
-  install(TARGETS shared DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/api OPTIONAL)
+  # install(TARGETS shared DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/api OPTIONAL)
 endif()
 
 if(ENABLE_ONELAB)