]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/io/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further simplification of the storage API, keep size only as nmemb was
[simgrid.git] / examples / msg / io / CMakeLists.txt
index 7036f56cf94013400e4939a2fd3f8ab8a4dbb973..3285b5e0f98a53ea2058c66f1c3bea93675e5e16 100644 (file)
@@ -7,12 +7,12 @@ add_executable(file_unlink file_unlink.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(file simgrid pthread)
-  target_link_libraries(file_unlink simgrid pthread)
-else(NOT WIN32)
+  target_link_libraries(file simgrid pthread)
+  target_link_libraries(file_unlink simgrid pthread)
+else()
   target_link_libraries(file simgrid)
   target_link_libraries(file_unlink simgrid)
-endif(NOT WIN32)
+endif()
 
 set(tesh_files
   ${tesh_files}