Skip to content

Instantly share code, notes, and snippets.

@autosquid
Created July 26, 2015 08:44
Show Gist options
  • Save autosquid/d41d6348bbf028c4d6f8 to your computer and use it in GitHub Desktop.
Save autosquid/d41d6348bbf028c4d6f8 to your computer and use it in GitHub Desktop.
openmesh 4.0 CMakeLists.txt patch for build without app. option
--- openmesh-4.0.org/CMakeLists.txt 2015-07-26 16:27:49.000000000 +0800
+++ openmesh-4.0/CMakeLists.txt 2015-07-26 16:37:59.000000000 +0800
@@ -73,6 +73,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