fixed leaking variable in vcpkg_build_qmake

This commit is contained in:
Alexander Neumann 2019-09-20 12:57:29 +02:00
parent 119e9b5729
commit e2be4512a0

View File

@ -65,6 +65,7 @@ function(vcpkg_build_qmake)
run_jom(qmake_all makefiles ${_short_name_${_buildname}})
endif()
run_jom("${_csc_${_buildname}_TARGETS}" ${_csc_BUILD_LOGNAME} ${_short_name_${_buildname}})
unset(_BUILD_PREFIX)
endforeach()
# Restore the original value of ENV{PATH}