mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[qt5-mqtt] crossplatform add to path (#7130)
This commit is contained in:
parent
3ec238d54a
commit
6f15f897b9
@ -16,6 +16,6 @@ file(WRITE "${SOURCE_PATH}/.git" "repocontent")
|
||||
# syncqt is a PERL script
|
||||
vcpkg_find_acquire_program(PERL)
|
||||
get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY)
|
||||
set(ENV{PATH} "${PERL_EXE_PATH};$ENV{PATH}")
|
||||
vcpkg_add_to_path("${PERL_EXE_PATH}")
|
||||
|
||||
qt_modular_build_library(${SOURCE_PATH})
|
||||
|
Loading…
x
Reference in New Issue
Block a user