Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we should not forget about the mainpage of the documentation
[simgrid.git] / teshsuite / smpi / CMakeLists.txt
index 43c70f5414fa70f8492e6bd25b3f543186994def..64842934af719580ab86965fc7bb59ba0d9c32f3 100644 (file)
@@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 2.6)
 if(enable_smpi)
   if(WIN32)
     set(CMAKE_C_FLAGS "-include ${CMAKE_HOME_DIRECTORY}/include/smpi/smpi_main.h")
-  else(WIN32)
+  else()
     set(CMAKE_C_COMPILER "${CMAKE_BINARY_DIR}/smpi_script/bin/smpicc")
-  endif(WIN32)
+  endif()
   
   set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")