From 61f7a7f992092723d313d88f46944dd2a1face6f Mon Sep 17 00:00:00 2001 From: jcasals <jcasals@iri.upc.edu> Date: Mon, 15 Jul 2019 14:56:30 +0200 Subject: [PATCH] Closes #229 (Creating dummy folder in tests for dummy testing classes) --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb7f03212..4aa56e351 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -286,9 +286,6 @@ SET(HDRS_YAML include/core/yaml/parser_yaml.hpp include/core/yaml/yaml_conversion.h ) -SET(HDRS_DUMMY - test/dummy/factor_feature_dummy.h - ) #SOURCES SET(SRCS_PROBLEM src/problem/problem.cpp @@ -513,8 +510,6 @@ INSTALL(FILES ${HDRS_SERIALIZATION} DESTINATION include/iri-algorithms/wolf/plugin_core/core/serialization) INSTALL(FILES ${HDRS_YAML} DESTINATION include/iri-algorithms/wolf/plugin_core/core/yaml) -INSTALL(FILES ${HDRS_DUMMY} - DESTINATION include/iri-algorithms/wolf/plugin_core/core/dummy) FILE(WRITE ${PROJECT_NAME}.found "") INSTALL(FILES ${PROJECT_NAME}.found -- GitLab