summaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-07 15:11:01 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-07 15:11:01 (GMT)
commit5446770855a8286092abdd91d9069cb3191c209d (patch)
tree29f7d9da51a535d70a3cca9cdbcf2c282472ddbd /doc/CMakeLists.txt
parenta92e614ac697d5d1fe7f49bae00c7530afda62cb (diff)
downloadDoxygen-5446770855a8286092abdd91d9069cb3191c209d.zip
Doxygen-5446770855a8286092abdd91d9069cb3191c209d.tar.gz
Doxygen-5446770855a8286092abdd91d9069cb3191c209d.tar.bz2
Build fixes for windows build
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 1081fa4..9fb41c2 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -2,7 +2,7 @@ if (build_doc)
find_program(EPSTOPDF NAMES epstopdf )
find_program(SED NAMES sed )
-find_program(MAKE NAMES make gmake )
+find_program(MAKE NAMES make gmake nmake )
file(GLOB DOC_FILES "*")
file(GLOB LANG_FILES "${CMAKE_SOURCE_DIR}/src/translator_??.h")