From 777d4d30f87322cc18b626189534ee461659d976 Mon Sep 17 00:00:00 2001 From: Mario Liebisch Date: Sun, 17 Jun 2012 11:18:38 +0200 Subject: [PATCH] Fixed alternative name lookup for mscgen in CMake. --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 446266ef..025141a5 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -36,7 +36,7 @@ else() set(DOXYGEN_GENERATE_HTMLHELP NO) endif() -find_path(MSCGEN_PATH mscgen.exe mscgen) +find_path(MSCGEN_PATH NAMES mscgen.exe mscgen) if(NOT MSCGEN_PATH) set(MSCGEN_PATH "") endif()