Skip to content

Commit

Permalink
roll back files
Browse files Browse the repository at this point in the history
  • Loading branch information
corybarr committed Sep 4, 2024
1 parent 05a0721 commit 6ac5001
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ add_external_project(
CesiumAsync
CesiumUtility
async++
csprng
draco
ktx
modp_b64
s2geometry
spdlog
tinyxml2
uriparser
webpdecoder
turbojpeg
meshoptimizer
sqlite3
Expand All @@ -34,6 +38,7 @@ add_external_project(
CESIUM_TRACING_ENABLED=${CESIUM_OMNI_ENABLE_TRACING}
PROJECT_EXTERN_DIRECTORY
"${PROJECT_SOURCE_DIR}/extern"
EXPECTED_DEBUG_POSTFIX "d"
)
# cmake-format: on

Expand Down
4 changes: 4 additions & 0 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,15 @@ setup_lib(
CesiumAsync
CesiumUtility
async++
csprng
draco
ktx
modp_b64
s2geometry
spdlog
tinyxml2
uriparser
webpdecoder
turbojpeg
meshoptimizer
sqlite3
Expand Down
2 changes: 1 addition & 1 deletion src/core/src/SettingsWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <carb/InterfaceUtils.h>
#include <carb/settings/ISettings.h>
#include <spdlog/fmt/fmt.h>
#include <spdlog/fmt/bundled/format.h>

namespace cesium::omniverse::Settings {

Expand Down
2 changes: 1 addition & 1 deletion src/core/src/UrlAssetAccessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class UrlAssetRequest final : public CesiumAsync::IAssetRequest {
_headers.insert({"X-Cesium-Client", "Cesium for Omniverse"});
_headers.insert(
{"X-Cesium-Client-Version", fmt::format("v{} {}", CESIUM_OMNI_VERSION, CESIUM_OMNI_GIT_HASH_ABBREVIATED)});
_headers.insert({"X-Cesium-Client-Engine", fmt::format("Kit SDK {}", std::string(buildInfo.kitVersion))});
_headers.insert({"X-Cesium-Client-Engine", fmt::format("Kit SDK {}", buildInfo.kitVersion)});
_headers.insert({"X-Cesium-Client-OS", platformInfo.platform});
}

Expand Down

0 comments on commit 6ac5001

Please sign in to comment.