Skip to content

Commit 214b9e3

Browse files
committed
Removing extra numeral from cmake install prefix.
Signed-off-by: Michael Kessler <[email protected]>
1 parent 931fe13 commit 214b9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cacheVariables": {
1515
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/build/vcpkg/scripts/buildsystems/vcpkg.cmake",
1616
"Qt5_DIR": "C:/Qt/5.15.2/msvc2019_64/lib/cmake/Qt5/",
17-
"CMAKE_INSTALL_PREFIX": "C:/xstudio_install3",
17+
"CMAKE_INSTALL_PREFIX": "C:/xstudio_install",
1818
"X_VCPKG_APPLOCAL_DEPS_INSTALL": "ON",
1919
"BUILD_DOCS": "OFF"
2020
}

0 commit comments

Comments
 (0)