From c038edbc45a2d662667d720f0a821afca9f73a72 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 19 Feb 2012 14:42:50 -0600 Subject: [PATCH] Setup architecture flags during initial configure (cherry picked from commit 25fd274c36e4535cec0c1813c85deb77e43bbdc4) --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e1722f..0ec1ffd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,11 @@ tde_setup_install_path( INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/$ tde_setup_install_path( PKGCONFIG_INSTALL_DIR "/usr/lib${LIB_SUFFIX}/pkgconfig" ) +##### setup architecture flags ################## + +tde_setup_architecture_flags( ) + + ##### check for include files ################### include( CheckIncludeFile )