Skip to content

Commit 6d4ca08

Browse files
Fix AJA Windows release lib name that now matches with the other OSes
Signed-off-by: Éloïse Brosseau <eloise.brosseau@autodesk.com>
1 parent 02e20a0 commit 6d4ca08

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmake/dependencies/aja.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ SET(_download_hash
1717
"${RV_DEPS_AJA_DOWNLOAD_HASH}"
1818
)
1919

20-
IF(RV_TARGET_WINDOWS)
20+
IF(RV_TARGET_WINDOWS
21+
AND CMAKE_BUILD_TYPE MATCHES "^Debug$"
22+
)
2123
RV_MAKE_STANDARD_LIB_NAME(ajantv2_vs143_MT "" "SHARED" "d")
2224
ELSE()
2325
RV_MAKE_STANDARD_LIB_NAME(ajantv2 "" "SHARED" "d")

0 commit comments

Comments
 (0)