From 5822cb477bcd23dd6302b0699b2210125720d95a Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 15 Sep 2015 15:32:19 +0000 Subject: [PATCH] remove this target - is not well defined and bug on plafrim --- coreblas/eztrace_module/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt index 23bc298cb..c3ec3bc60 100644 --- a/coreblas/eztrace_module/CMakeLists.txt +++ b/coreblas/eztrace_module/CMakeLists.txt @@ -55,10 +55,6 @@ if (EZTRACE_FOUND AND EZTRACE_DIR_FOUND) WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/output DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/output ) - add_custom_target( - eztrace-module-chameleon_core-libs ALL - DEPENDS libeztrace-autostart-chameleon_core.so libeztrace-chameleon_core.so libeztrace-convert-chameleon_core.so - ) # installation # ------------ install( -- GitLab