From d22c9f1c606e4ab12e490675e2036a4c9d407752 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Wed, 20 Mar 2013 19:46:17 +0100 Subject: [PATCH] buildfix: Build EDO doc in edo/doc, as the other modules --- edo/doc/edo.doxyfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edo/doc/edo.doxyfile.cmake b/edo/doc/edo.doxyfile.cmake index fd5657261..e3eef6602 100644 --- a/edo/doc/edo.doxyfile.cmake +++ b/edo/doc/edo.doxyfile.cmake @@ -38,7 +38,7 @@ PROJECT_NUMBER = @PACKAGE_VERSION@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/doc +OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@ # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output