summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/TDEMacros.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/TDEMacros.cmake b/modules/TDEMacros.cmake
index cff3e8b..55a0c95 100644
--- a/modules/TDEMacros.cmake
+++ b/modules/TDEMacros.cmake
@@ -2865,6 +2865,17 @@ if( ${CMAKE_SOURCE_DIR} MATCHES ${CMAKE_BINARY_DIR} )
cmake ${CMAKE_SOURCE_DIR} [arguments...]" )
endif( )
+
+#################################################
+#####
+##### tde_setup_architecture_flags
+
+macro( tde_setup_architecture_flags )
+ message( DEPRECATION "tde_setup_architecture_flags() is deprecated and will be removed in the future."
+ "Please use tde_setup_compiler_flags() instead." )
+ tde_setup_compiler_flags( $ARGV )
+endmacro( )
+
#################################################
#####
##### tde_setup_compiler_flags