From bc3ab4ff40cf27e8c4b473f22c8774e71efcd580 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 21 Aug 2011 17:07:19 -0500 Subject: [PATCH] Fix old comment --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e46b53456e..971f74d59c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -415,7 +415,7 @@ endif(NOT DISABLE_WX) ######################################## -# Pre-build events: Define configuration variables and write svnrev header +# Pre-build events: Define configuration variables and write SCM info header # if(DOLPHIN_WC_BRANCH STREQUAL "master") set(DOLPHIN_WC_IS_MASTER "1") @@ -428,7 +428,6 @@ file(WRITE ${PROJECT_BINARY_DIR}/Source/Core/Common/Src/scmrev.h "#define SCM_DESC_STR \"" ${DOLPHIN_WC_DESCRIBE} "\"\n" "#define SCM_BRANCH_STR \"" ${DOLPHIN_WC_BRANCH} "\"\n" "#define SCM_IS_MASTER " ${DOLPHIN_WC_IS_MASTER} "\n" -# "#define BUILD_TYPE_STR \"" ${CMAKE_BUILD_TYPE} "\"\n" ) include_directories("${PROJECT_BINARY_DIR}/Source/Core/Common/Src")