From dfb75324af3dfdb983f354782c6025f37e665ee5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jun 2012 01:46:23 -0500 Subject: Fix Keramic data file installation and add long long check to CMake This closes Bug 905 Thanks to Roman Savochenko and Leandro Nini for the patches! --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b87e76ee7..31fb46c43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ include( CheckCXXSourceCompiles ) include( CheckLibraryExists ) include( CheckFunctionExists ) include( CheckStructHasMember ) +include( CheckTypeSize ) ##### include our cmake modules ################# @@ -157,6 +158,8 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" ) set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" ) set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) +check_type_size( "long long" LONG_LONG ) + ##### tdebase directories ####################### -- cgit v1.2.1