From 33c95c27e6a93dc0d68bdb7bcad1f9467e83b223 Mon Sep 17 00:00:00 2001 From: martkelder Date: Fri, 23 Apr 2010 17:46:48 +0000 Subject: [PATCH] Create the doxygen_config inside the binairy dir and not inside the source dir. git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2361 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 0e727a0dfff3a0510c1b9e3ef31a46431be59eeb Former-commit-id: bc74396ed8a00f9d4126109c40bb7534dd805cb6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77fb5bea..ca6020fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,7 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/doxygen_config.cmake - ${CMAKE_CURRENT_SOURCE_DIR}/doxygen_config @ONLY) + ${CMAKE_CURRENT_BINARY_DIR}/doxygen_config @ONLY) TORCS_INSTALL_FILES(DATA . FILES credits.xml)