Last active
August 29, 2015 14:24
-
-
Save autosquid/41741a5ff42ddb4d104c to your computer and use it in GitHub Desktop.
open-mesh cmakelists.path
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-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