From 23e393a7e79f20db26c733b20a38c0561e9492a0 Mon Sep 17 00:00:00 2001 From: "A.J. Orians" Date: Mon, 24 Jul 2023 09:36:45 -0400 Subject: [PATCH] Comment out setting the output directory locations. Desire is to use a different output directory location and wasn't able to find a way to override this in a reasonable amount of time. --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8224644..9c9c9e4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -93,9 +93,9 @@ set_target_properties(${library_name} PROPERTIES CXX_EXTENSIONS OFF VERSION ${VERSION_SHORT} EXPORT_NAME ${library_name} - ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib" - LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib" - RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin" +# ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib" +# LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib" +# RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin" ) if(QT_VERSION_MAJOR STREQUAL "5") set_target_properties(${library_name} PROPERTIES