Correcting a bug in the cmake process

This commit is contained in:
Hombre
2011-02-10 00:24:36 +01:00
parent b962cbd546
commit 6089c1c7a6
4 changed files with 4 additions and 3 deletions

View File

@@ -146,6 +146,7 @@ elseif (CMAKE_SIZEOF_VOID_P EQUAL 8)
endif (CMAKE_SIZEOF_VOID_P EQUAL 4)
#generating AboutThisBuild.txt
set (BUILD_TYPE CMAKE_BUILD_TYPE)
if (WIN32)
include (About-Windows.cmake)
elseif (APPLE)