[cmake-commits] alex committed CMakeLists.txt 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jul 5 16:38:18 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/Assembler
In directory public:/mounts/ram/cvs-serv24369

Modified Files:
	CMakeLists.txt 
Log Message:

STYLE: some more output

Alex


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Assembler/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeLists.txt	5 Jul 2007 20:32:40 -0000	1.3
+++ CMakeLists.txt	5 Jul 2007 20:38:16 -0000	1.4
@@ -2,6 +2,8 @@
 
 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$")



More information about the Cmake-commits mailing list