diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:21:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:41:27 +0900 |
| commit | eec99b8b9b06ead1f2669a00b5fc490ca684fda1 (patch) | |
| tree | df6ed44d2fb37dc0110e9da52c0dc889844bf64b | |
| parent | 25306b8664b7f5b622ce4224eb3012aaca62bbbf (diff) | |
| download | libkexiv2-r14.1.x.tar.gz libkexiv2-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 4f9ba39b90a0e4822cccafae3be7052d302c031f)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 31f7d55..1ceda06 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -10,7 +10,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
