Skip to content

Instantly share code, notes, and snippets.

@brandt
Created September 13, 2013 08:39
Show Gist options
  • Save brandt/6548143 to your computer and use it in GitHub Desktop.
Save brandt/6548143 to your computer and use it in GitHub Desktop.
Patch to fix issue preventing Shotdetect from building on Mac OS X
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