Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete unused -fprofile-arcs flags.
[simgrid.git] / teshsuite / gras / datadesc / CMakeLists.txt
index 854af4e..e9e0aef 100644 (file)
@@ -1,9 +1,8 @@
 cmake_minimum_required(VERSION 2.6)
 
-set(EXECUTABLE_OUTPUT_PATH "./")
-set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
+set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/gras/datadesc/")
 
 add_executable(datadesc_usage datadesc_usage.c datadesc_structs.c)
 
 ### Add definitions for compile
-target_link_libraries(datadesc_usage gras m pthread -fprofile-arcs)
+target_link_libraries(datadesc_usage gras m pthread)