Skip to content

Instantly share code, notes, and snippets.

Created May 9, 2013 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5547760 to your computer and use it in GitHub Desktop.
Save anonymous/5547760 to your computer and use it in GitHub Desktop.
stdin
--- kxstitch-0.9.2-KDE4/CMakeLists.txt.orig 2013-05-09 16:03:08.776183499 +0200
+++ kxstitch-0.9.2-KDE4/CMakeLists.txt 2013-05-09 16:01:45.637372205 +0200
@@ -16,7 +16,7 @@
endif (DOXYGEN_FOUND)
include_directories (${KDE4_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
-include_directories (${ImageMagick_Magick++_INCLUDE_DIR} ${ImageMagick_MagickCore_INCLUDE_DIR})
+include_directories (${ImageMagick_Magick++_INCLUDE_DIRS} ${ImageMagick_MagickCore_INCLUDE_DIRS})
include_directories (${X11_INCLUDE_DIR})
set (kxstitch_SRCS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment