diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-20 14:46:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-20 14:46:19 -0600 |
commit | 2e433f9dc4a5b8b979662f80cae2903a4496f7a3 (patch) | |
tree | 2a355279d48d2a2cfacb358baff6a7c9bf1b624f /ConfigureChecks.cmake | |
parent | 790b89c7ea37d8a2bddf4dbbb583b5243cdaa3cc (diff) | |
download | tdegraphics-2e433f9dc4a5b8b979662f80cae2903a4496f7a3.tar.gz tdegraphics-2e433f9dc4a5b8b979662f80cae2903a4496f7a3.zip |
Add tde_setup_architecture_flags( ) to ConfigureChecks
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 4899501e..2924909e 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,6 +9,8 @@ # ################################################# +tde_setup_architecture_flags( ) + # freetype2 if( BUILD_KDVI OR BUILD_KPDF OR BUILD_KSVG ) pkg_search_module( FREETYPE freetype2 ) |