mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Adapt to changes in Ghoul that made absPath return a std::filesystem::path instead of a std::string
This commit is contained in:
@@ -47,7 +47,7 @@ namespace {
|
||||
|
||||
int loadLSKKernel() {
|
||||
int kernelID = openspace::SpiceManager::ref().loadKernel(
|
||||
absPath("${TESTDIR}/SpiceTest/spicekernels/naif0008.tls")
|
||||
absPath("${TESTDIR}/SpiceTest/spicekernels/naif0008.tls").string()
|
||||
);
|
||||
REQUIRE(kernelID == 1);
|
||||
return kernelID;
|
||||
|
||||
Reference in New Issue
Block a user