Skip to content

Instantly share code, notes, and snippets.

@autosquid
Last active August 29, 2015 14:24
Show Gist options
  • Save autosquid/41741a5ff42ddb4d104c to your computer and use it in GitHub Desktop.
Save autosquid/41741a5ff42ddb4d104c to your computer and use it in GitHub Desktop.
open-mesh cmakelists.path
--- OpenMesh-3.3.org/CMakeLists.txt 2015-07-08 11:57:36.000000000 +0800
+++ OpenMesh-3.3/CMakeLists.txt 2015-07-08 11:05:27.000000000 +0800
@@ -60,6 +60,7 @@
endif()
if (APPLE)
+ configure_file ("${CMAKE_SOURCE_DIR}/cmake/fixbundle.cmake.in" "${CMAKE_BINARY_DIR}/fixbundle.cmake" @ONLY IMMEDIATE)
add_custom_target (fixbundle ALL
COMMAND ${CMAKE_COMMAND} -P "${CMAKE_BINARY_DIR}/fixbundle.cmake"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment