mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
7 lines
323 B
Batchfile
Executable File
7 lines
323 B
Batchfile
Executable File
REM SPDX-FileCopyrightText: 2020 Intel Corporation
|
|
REM
|
|
REM SPDX-License-Identifier: MIT
|
|
|
|
for /f "tokens=* usebackq" %%f in (`dir /b "C:\Program Files (x86)\Intel\oneAPI\compiler\" ^| findstr /V latest ^| sort`) do @set "LATEST_VERSION=%%f"
|
|
@call "C:\Program Files (x86)\Intel\oneAPI\compiler\%LATEST_VERSION%\env\vars.bat"
|