From ccf02f936b47a3b4bcdd2e544927521f96b86622 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Wed, 27 May 2015 17:09:17 +0200 Subject: [PATCH] [scripts] Corrected comment. --- scripts/cmake/CompilerSetup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cmake/CompilerSetup.cmake b/scripts/cmake/CompilerSetup.cmake index 9cf0295ea2f..6e5504bd455 100644 --- a/scripts/cmake/CompilerSetup.cmake +++ b/scripts/cmake/CompilerSetup.cmake @@ -1,4 +1,4 @@ -include(ResetConfigurations) # To Debug, Release, RelWithDbgInfo +include(ResetConfigurations) # To Debug, Release, RelWithDebInfo include(SetDefaultBuildType) include(DisableCompilerFlag) SET_DEFAULT_BUILD_TYPE(Debug) -- GitLab