Skip to content

Commit

Permalink
use WIN32 instead of WIN64 in conditional (missed one last time)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskesen committed Aug 28, 2024
1 parent d412d1d commit f93402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/hdcam.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if(DCAMSDK_ROOT_DIR)

# only do the following if pulling libs from the SDK (windows only)
# for other platforms one must separately install the DCAM API
if (WIN64)
if (WIN32)
set(tgt hdcam)
add_library(${tgt} STATIC IMPORTED GLOBAL)
target_include_directories(${tgt} INTERFACE ${DCAMSDK_ROOT_DIR}/dcamsdk4/inc)
Expand Down

0 comments on commit f93402e

Please sign in to comment.