Skip to content

Commit 78798be

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

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

cmake/dependencies/aja.cmake

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ SET(_download_hash
1717
"${RV_DEPS_AJA_DOWNLOAD_HASH}"
1818
)
1919

20-
IF(RV_TARGET_WINDOWS)
21-
RV_MAKE_STANDARD_LIB_NAME(ajantv2_vs143_MT "" "SHARED" "d")
22-
ELSE()
23-
RV_MAKE_STANDARD_LIB_NAME(ajantv2 "" "SHARED" "d")
24-
ENDIF()
20+
RV_MAKE_STANDARD_LIB_NAME(ajantv2 "" "SHARED" "d")
2521

2622
SET(_aja_ntv2_include_dir
2723
${_include_dir}/libajantv2/ajantv2/includes

0 commit comments

Comments
 (0)