mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-27 05:00:42 +00:00
[shogun] Require python3
This commit is contained in:
parent
09c9d1b75d
commit
2e354dd233
@ -28,6 +28,10 @@ else()
|
||||
set(CMAKE_DISABLE_FIND_PACKAGE_BLAS 1)
|
||||
endif()
|
||||
|
||||
vcpkg_find_acquire_program(PYTHON3)
|
||||
get_filename_component(PYTHON3_DIR "${PYTHON3}" DIRECTORY)
|
||||
set(ENV{PATH} "$ENV{PATH};${PYTHON3_DIR}")
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
|
Loading…
Reference in New Issue
Block a user