Created
July 26, 2015 08:44
-
-
Save autosquid/d41d6348bbf028c4d6f8 to your computer and use it in GitHub Desktop.
openmesh 4.0 CMakeLists.txt patch for build without app. option
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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