Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce verbosity of the appveyor manual test, and fix ctest invocation
[simgrid.git] / examples / msg / gpu / CMakeLists.txt
index d7e8e5a..a2ebe2b 100644 (file)
@@ -1,11 +1,9 @@
-cmake_minimum_required(VERSION 2.6)
-
 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(test_MSG_gpu_task_create "test_MSG_gpu_task_create.c")
 
 ### Add definitions for compile
-target_link_libraries(test_MSG_gpu_task_create simgrid )
+target_link_libraries(test_MSG_gpu_task_create simgrid )
 
 set(tesh_files
   ${tesh_files}