summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:52:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:52:38 +0900
commit09976f578fdd42b25abb2ca0dfe17fcf8783a35a (patch)
tree25f9048ea642eb2b87fe5aaab088bd09177158d2
parent61309cd7fc631e1bf2fad9adf1197ca75f7e577d (diff)
downloadkpicosim-master.tar.gz
kpicosim-master.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 289dd8c..9f9d827 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)