Skip to content

Commit

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

if("@multiprocess@" STREQUAL "1")
set(WITH_MULTIPROCESS ON CACHE BOOL "")
set(Libmultiprocess "${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 7a0d259

Please sign in to comment.