Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce verbosity of cmake
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 23 Dec 2009 17:26:22 +0000 (17:26 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 23 Dec 2009 17:26:22 +0000 (17:26 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6976 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/CMakeLists.txt

index 9dfec63..ae769e5 100644 (file)
@@ -15,10 +15,8 @@ CHECK_TYPE_SIZE("long" SIZEOF_LONG)
 #message("SIZEOF_LONG : ${SIZEOF_LONG}")
 IF(SIZEOF_LONG EQUAL 4)
   SET(ARCH_32_BITS 1)
-       message("ARCH_32_BITS")
 ELSE(SIZEOF_LONG EQUAL 4)
   SET(ARCH_32_BITS 0)
-       message("ARCH_64_BITS")
 ENDIF(SIZEOF_LONG EQUAL 4)