From: Martin Quinson Date: Fri, 11 Sep 2015 07:32:53 +0000 (+0200) Subject: whoopsy. I broke cmake X-Git-Tag: v3_12~251 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/705e31613e6196f6a7712dfdb718fa13112e8dbe?ds=sidebyside whoopsy. I broke cmake --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b47bdd626b..025cc9c0ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() ## See also tools/cmake/Flags.cmake that sets our paranoid warning flags if (MSVC) message("MicroSoft Visual C detected.") -else # gcc or clang +else() # gcc or clang INCLUDE(CheckCCompilerFlag) CHECK_C_COMPILER_FLAG(-fstack-cleaner HAVE_C_STACK_CLEANER) @@ -61,7 +61,7 @@ else # gcc or clang message(STATUS "Ucontext can't be used with this version of gcc (must be greater than 4.5)") set(HAVE_UCONTEXT_H 0) endif() -endif# NOT MSVC +endif() # NOT MSVC ### SMPI vs. Fortran if ((NOT DEFINED enable_smpi OR enable_smpi) AND NOT APPLE) # smpi is enabled by default