Skip to content

Commit

Permalink
Merge pull request f4exb#2257 from srcejon/opencv_update
Browse files Browse the repository at this point in the history
Update external/windows to latest version of sdrangel-windows-libraries
  • Loading branch information
f4exb authored Sep 23, 2024
2 parents 7d1beb9 + 5a38bdf commit 1a55e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ elseif (WIN32)
set(LIBUSB_LIBRARIES "${EXTERNAL_LIBRARY_FOLDER}/libusb/MS64/dll/libusb-1.0.lib" CACHE INTERNAL "")
set(LIBUSB_DLL_DIR "${EXTERNAL_LIBRARY_FOLDER}/libusb/MS64/dll" CACHE INTERNAL "")

if(VS2019)
if(VS2022 OR VS2019)
set(OpenCV_DIR "${EXTERNAL_LIBRARY_FOLDER}/opencv4" CACHE INTERNAL "")
else()
set(OpenCV_DIR "${EXTERNAL_LIBRARY_FOLDER}/opencv" CACHE INTERNAL "")
Expand Down
2 changes: 1 addition & 1 deletion external/windows
Submodule windows updated 342 files

0 comments on commit 1a55e32

Please sign in to comment.