summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-12-14 11:19:45 +0300
committerFat-Zer <fatzer2@gmail.com>2025-12-16 21:59:33 +0000
commit121212fa9f1618044b2544757efb2df35ef4c33b (patch)
tree2c79ded903a10d8381cfe92dd1dffa5f39b0f8dc /modules
parent34d852f2df80e17da0cd0e1159b1c1fa155735e2 (diff)
downloadtde-cmake-master.tar.gz
tde-cmake-master.zip
Add back a stump for tde_setup_architecture_flags()HEADmaster
As tde_setup_architecture_flags() was renamed in f49705f. The older branches won't work without rebase. To minimize the disruption, add a temporary stump for it. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
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