From 25fd274c36e4535cec0c1813c85deb77e43bbdc4 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 --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b6230f..c122548 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,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 )