diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-16 12:38:30 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-16 12:38:30 +0200 |
| commit | 556544095bb548f07f771e4e0bbfe97333e8ee82 (patch) | |
| tree | 56eaceca6017e011c5b244b217470358e63b703b /cmake | |
| parent | 697c096b174ce604d904e0a5ec2370c7bbabb074 (diff) | |
[FindGettext.cmake] Fix default include dir
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/FindGettext.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake index 571773a..f14922e 100644 --- a/cmake/FindGettext.cmake +++ b/cmake/FindGettext.cmake @@ -16,9 +16,9 @@ FIND_PATH(GETTEXT_INCLUDE_DIR libintl.h PATHS - ${CMAKE_SOURCE_DIR}/packaging/windows/Gettext/include /usr/local/include /usr/include + ${CMAKE_SOURCE_DIR}/packaging/windows/Gettext/include NO_DEFAULT_PATH ) |