diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-24 21:53:06 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-24 21:53:06 -0400 |
commit | 5f27b39857c22ce0208267766e18a23891b0bbb6 (patch) | |
tree | 79ea005a7ef9aef2c672ad23462557f716496c9d /docs | |
parent | 7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44 (diff) |
build: better handling of doxygen building and consistency between build tools.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt index e81429dc55..532b09d7f1 100644 --- a/docs/doxygen/CMakeLists.txt +++ b/docs/doxygen/CMakeLists.txt @@ -21,6 +21,7 @@ # Create the doxygen configuration file ######################################################################## file(TO_NATIVE_PATH ${CMAKE_SOURCE_DIR} top_srcdir) +file(TO_NATIVE_PATH ${CMAKE_BINARY_DIR} top_builddir) file(TO_NATIVE_PATH ${CMAKE_SOURCE_DIR} abs_top_srcdir) file(TO_NATIVE_PATH ${CMAKE_BINARY_DIR} abs_top_builddir) |