diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-05 20:38:16 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-05 20:38:16 (GMT) |
commit | 7627b96dd1c983cdf210ba65a49accdc0b743fc1 (patch) | |
tree | 69d0037c06c2d2fd0587fe3cadd8bdf18252c883 | |
parent | 0589ff74ae3d37140c63d195f4667b8478d7f67c (diff) | |
download | CMake-7627b96dd1c983cdf210ba65a49accdc0b743fc1.zip CMake-7627b96dd1c983cdf210ba65a49accdc0b743fc1.tar.gz CMake-7627b96dd1c983cdf210ba65a49accdc0b743fc1.tar.bz2 |
STYLE: some more output
Alex
-rw-r--r-- | Tests/Assembler/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Assembler/CMakeLists.txt b/Tests/Assembler/CMakeLists.txt index 836c88c..54e538b 100644 --- a/Tests/Assembler/CMakeLists.txt +++ b/Tests/Assembler/CMakeLists.txt @@ -2,6 +2,8 @@ project(Assembler) set(SRCS) +message(STATUS "Testing assembler support, system: ${CMAKE_SYSTEM_NAME} processor: ${CMAKE_SYSTEM_PROCESSOR}") + # if no file has been set as source and we are on linux with an x86 processor try to use the gas/as assembler if(NOT SRCS AND NOT APPLE AND CMAKE_SYSTEM_PROCESSOR MATCHES "[ix].?86$") # if(NOT SRCS AND CMAKE_SYSTEM_NAME MATCHES Linux AND CMAKE_SYSTEM_PROCESSOR MATCHES "[ix].?86$") |