diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:19:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:19:04 +0900 |
| commit | 70c25da8203a7ba7eb4cf8d129345db2a29b1f36 (patch) | |
| tree | a2ce2c69d7a0756cda86c660585989c2ae6235cb | |
| parent | 3a9dd099fed19700ed32ad36f6a65b1eb7d6200e (diff) | |
| download | tdeutils-70c25da8203a7ba7eb4cf8d129345db2a29b1f36.tar.gz tdeutils-70c25da8203a7ba7eb4cf8d129345db2a29b1f36.zip | |
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d1db8e3..f6fd951 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) |
