From 2e433f9dc4a5b8b979662f80cae2903a4496f7a3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 20 Feb 2012 14:46:19 -0600 Subject: [PATCH] Add tde_setup_architecture_flags( ) to ConfigureChecks --- ConfigureChecks.cmake | 2 ++ 1 file changed, 2 insertions(+) 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 )