summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:18:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:31:29 +0900
commit43769f70394b6f6b57c748aca4202eb1fd7327db (patch)
tree03d7d6e2f116c9956314bab30b32c6f711e37ea3
parentfcb57dcacf723ee5bbf9b716871ba33181bc81d1 (diff)
downloadtdenetwork-r14.1.x.tar.gz
tdenetwork-r14.1.x.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1489e7387e7f170da8d8cb970ee4520f21f4c319)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index dba12e86..daaa34ba 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)