diff options
author | Daniel M. Duley <daniel.duley@verizon.net> | 2007-08-14 22:35:18 +0000 |
---|---|---|
committer | Daniel M. Duley <daniel.duley@verizon.net> | 2007-08-14 22:35:18 +0000 |
commit | 005a8e6f0b77ac0c7984ef3f8dc2b1c3b485a62c (patch) | |
tree | 660fe4cdd8f94311a79a137f47922e14bff77709 | |
parent | 3131bf6a9c9860678609fcbb664ff6be3fe1bc87 (diff) | |
download | extra-cmake-modules-005a8e6f0b77ac0c7984ef3f8dc2b1c3b485a62c.tar.gz extra-cmake-modules-005a8e6f0b77ac0c7984ef3f8dc2b1c3b485a62c.tar.bz2 |
Look in the new subdirectory.
Hope this build stuff is all correct >:)
svn path=/trunk/KDE/kdelibs/; revision=700143
-rw-r--r-- | modules/FindBlitz.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindBlitz.cmake b/modules/FindBlitz.cmake index 8551e770..891f82e3 100644 --- a/modules/FindBlitz.cmake +++ b/modules/FindBlitz.cmake @@ -18,8 +18,8 @@ find_path(BLITZ_INCLUDES NAMES blitz.h PATHS - ${KDE4_INCLUDE_DIR} - ${INCLUDE_INSTALL_DIR} + ${KDE4_INCLUDE_DIR}/blitz + ${INCLUDE_INSTALL_DIR}/blitz ) FIND_LIBRARY(BLITZ_LIBRARIES |