Skip to content

Commit

Permalink
plugins/dac: change plugin build path
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Oct 2, 2024
1 parent b2a81a9 commit 30bccce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/dac/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 30bccce

Please sign in to comment.