Skip to content

Commit f044f17

Browse files
committed
revert to broken cmake settings for demo
1 parent 0175579 commit f044f17

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cesium.code-workspace

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@
4343
"cmake.environment": {
4444
"PATH": "${workspaceFolder}/buildtools/bin;${workspaceFolder}/buildtools/llvm-21.1.0/bin;${env:PATH}"
4545
},
46+
// "cmake.additionalCompilerSearchDirs": [
47+
// "${workspaceFolder:cesium-src}/buildtools/bin",
48+
// "${workspaceFolder:cesium-src}/buildtools/llvm-21.1.0/bin",
49+
// ],
4650
"cmake.additionalCompilerSearchDirs": [
47-
"${workspaceFolder:cesium-src}/buildtools/bin",
48-
"${workspaceFolder:cesium-src}/buildtools/llvm-21.1.0/bin",
51+
"${workspaceFolder}/buildtools/bin",
52+
"${workspaceFolder}/buildtools/llvm-21.1.0/bin",
4953
],
5054
"cmake.cmakePath": "${workspaceFolder}/buildtools/bin/cmake-4.1.1/bin/cmake",
5155
"clangd.path": "${workspaceFolder}/buildtools/llvm-21.1.0/bin/clangd.exe",

0 commit comments

Comments
 (0)