summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/FindGettext.cmake2
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
)