Skip to content

Commit

Permalink
use WIN32 instead of WIN64 in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskesen committed Aug 28, 2024
1 parent 8702cec commit d412d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ if (TARGET hdcam)
acquire-device-kit
acquire-device-hal
)
if(WIN64)
if(WIN32)
message(STATUS "Linking static libs provided by SDK")
target_link_libraries(${tgt} hdcam)
endif()
else ()
Expand Down

0 comments on commit d412d1d

Please sign in to comment.