Skip to content

Commit

Permalink
fix: maadeps typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Dec 22, 2023
1 parent 549032e commit 8e8dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maadeps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/vcpkg/installed/${MAADEPS_TRIPLET}")
)
endif()

if(CMAKE_CROSSCOMPLING)
if(CMAKE_CROSSCOMPILING)
list(PREPEND CMAKE_FIND_ROOT_PATH "${CMAKE_CURRENT_LIST_DIR}/vcpkg/installed/${MAADEPS_TRIPLET}")
else()
list(PREPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_LIST_DIR}/vcpkg/installed/${MAADEPS_TRIPLET}")
Expand Down

0 comments on commit 8e8dc2e

Please sign in to comment.