diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-12 10:37:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-13 17:50:25 +0900 |
| commit | 7bd4ec567bf25a7c86df4fa159b3cba3ca4eb614 (patch) | |
| tree | 459b40214e1dedbecaded1859ae16cb4cde254f8 /CMakeLists.txt | |
| parent | d11ac2559960bc96cda947079cc14ae34f8e0bd3 (diff) | |
| download | tdemultimedia-7bd4ec56.tar.gz tdemultimedia-7bd4ec56.zip | |
Improve code for detection of architecture and MMX support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 40cd903083b1bd7fe1e9cd3ae38c5b1ae0aeb3c0)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5054b54..6e27d43a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,11 +20,8 @@ tde_set_project_version( ) ##### general package setup ##################### project( tdemultimedia ) - set( PACKAGE tdemultimedia ) -enable_testing( ) - ##### include essential cmake modules ########### @@ -38,6 +35,8 @@ include( CheckCXXSourceCompiles ) include( CheckFunctionExists ) include( CheckLibraryExists ) include( CheckSymbolExists ) +enable_language( ASM ) +enable_testing( ) ##### include our cmake modules ################# |
