Skip to content

Commit

Permalink
Amend the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 21, 2024
1 parent 7a0d259 commit f1f28aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/toolchain.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ endif()

if("@multiprocess@" STREQUAL "1")
set(WITH_MULTIPROCESS ON CACHE BOOL "")
set(Libmultiprocess "${CMAKE_FIND_ROOT_PATH}" CACHE PATH "")
set(Libmultiprocess_ROOT "${CMAKE_FIND_ROOT_PATH}" CACHE PATH "")
set(LibmultiprocessNative_ROOT "${CMAKE_FIND_ROOT_PATH}/native" CACHE PATH "")
else()
set(WITH_MULTIPROCESS OFF CACHE BOOL "")
Expand Down

0 comments on commit f1f28aa

Please sign in to comment.