From 30bccce84939e476dc261997d77092372171cdb9 Mon Sep 17 00:00:00 2001 From: Bindea Cristian Date: Wed, 2 Oct 2024 15:06:00 +0300 Subject: [PATCH] plugins/dac: change plugin build path Signed-off-by: Bindea Cristian --- plugins/dac/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/dac/CMakeLists.txt b/plugins/dac/CMakeLists.txt index e5924be7e6..e5fc9b8de4 100644 --- a/plugins/dac/CMakeLists.txt +++ b/plugins/dac/CMakeLists.txt @@ -38,10 +38,6 @@ endif() set(PROJECT_SOURCES ${SRC_LIST} ${HEADER_LIST} ${UI_LIST}) find_package(Qt${QT_VERSION_MAJOR} COMPONENTS REQUIRED Widgets Core) -if(NOT "${SCOPY_PLUGIN_BUILD_PATH}" STREQUAL "") - set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${SCOPY_PLUGIN_BUILD_PATH}) -endif() - set(DAC_CSV_SYSTEM_PATH ${SCOPY_PLUGIN_INSTALL_PATH}/csv) set(DAC_CSV_BUILD_PATH ${CMAKE_CURRENT_BINARY_DIR}/res/csv)