diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 14:43:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 14:43:17 -0600 |
commit | 507c4ffb2f19f3b3ee766c0964843c5f64fcd922 (patch) | |
tree | a264023b75f6cff77c69a6cf9c019ab67e04fbdb | |
parent | 210090aed352271bcd474b28db9644d9461d7189 (diff) | |
download | tdepim-507c4ffb2f19f3b3ee766c0964843c5f64fcd922.tar.gz tdepim-507c4ffb2f19f3b3ee766c0964843c5f64fcd922.zip |
Detect architecture flags during initial configuration
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index c75eb54d1..a3a6d9ad3 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,6 +9,8 @@ # ################################################# +tde_setup_architecture_flags( ) + if( BUILD_LIBTDEPIM OR BUILD_KMAIL ) option( TDEPIM_NEW_DISTRLISTS "Define if you want to use the new distribution lists" ON ) endif( ) |