Created
September 13, 2013 08:39
-
-
Save brandt/6548143 to your computer and use it in GitHub Desktop.
Patch to fix issue preventing Shotdetect from building on Mac OS X
This file contains hidden or 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
diff --git c/CMakeLists.txt w/CMakeLists.txt | |
index f13542a..95759ef 100644 | |
--- c/CMakeLists.txt | |
+++ w/CMakeLists.txt | |
@@ -208,6 +208,7 @@ ENDIF() | |
# Taken from official documentation (http://www.cmake.org/cmake/help/cmake2.6docs.html#command:install) | |
install( | |
TARGETS ${TARGETS_TO_INSTALL} | |
+ BUNDLE DESTINATION . | |
RUNTIME DESTINATION bin | |
LIBRARY DESTINATION lib | |
ARCHIVE DESTINATION lib/static |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment