From 1236bdffacd2f06e7ee75ae8aa3ddf02ec2d2fdd Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 21 Aug 2011 16:55:21 -0500 Subject: [PATCH] Hide master branch in titlebar properly. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a77035f5f..e46b53456e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -417,7 +417,7 @@ endif(NOT DISABLE_WX) ######################################## # Pre-build events: Define configuration variables and write svnrev header # -if(SCM_BRANCH_STR EQUAL "master") +if(DOLPHIN_WC_BRANCH STREQUAL "master") set(DOLPHIN_WC_IS_MASTER "1") else() set(DOLPHIN_WC_IS_MASTER "0")