Setup architecture flags during initial configure

(cherry picked from commit 25fd274c36)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 2d7e0576b6
commit c038edbc45

@ -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 )

Loading…
Cancel
Save