From 80a040ac772132a8d8e7385c0261f545adc88aee Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 23 Apr 2014 19:13:00 -0700 Subject: fixes to scm_rev generation to make it conistent with windows build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 83a819a7..08e1eb0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modul include(GetGitRevisionDescription) get_git_head_revision(GIT_REF_SPEC GIT_REV) git_describe(GIT_DESC --always --long --dirty) +git_branch_name(GIT_BRANCH) # external includes include_directories(${OPENGL_INCLUDE_DIR}) -- cgit v1.2.3