Skip to content

Commit

Permalink
fixup! Merge remote-tracking branch 'mixxx/2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jan 10, 2025
1 parent 0acb89a commit 3ace8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ endif()

if(DEFINED MIXXX_VCPKG_ROOT)
if(
EXISTS "$ENV{MIXXX_VCPKG_ROOT}/overlay/ports"
OR NOT EXISTS "$ENV{MIXXX_VCPKG_ROOT}/ports"
EXISTS "{MIXXX_VCPKG_ROOT}/overlay/ports"
OR NOT EXISTS "{MIXXX_VCPKG_ROOT}/ports"
)
# MIXXX_VCPKG_ROOT points to our vcpkg environment
# and we configure the CMAKE_TOOLCHAIN_FILE and overlays accordingly
Expand Down

0 comments on commit 3ace8be

Please sign in to comment.