Skip to content

Commit a0667bd

Browse files
ajoriansmike-malburg
authored andcommitted
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.
1 parent d467b21 commit a0667bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ set_target_properties(${library_name} PROPERTIES
112112
SOVERSION ${VERSION_SONAME}
113113
EXPORT_NAME ${library_name}
114114
DEBUG_POSTFIX "d"
115-
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
116-
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
117-
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
115+
# ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
116+
# LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
117+
# RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
118118
)
119119
if(QT_VERSION_MAJOR STREQUAL "5")
120120
set_target_properties(${library_name} PROPERTIES

0 commit comments

Comments
 (0)