summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-04-23 11:45:12 +0800
committerErik Kundiman <erik@megapahit.org>2026-04-23 11:45:12 +0800
commit06ebb0f5058383e9a28b92fd9a6bbadbc5f42180 (patch)
tree5004aa364c36b948fb662dfdf021343ea1ecddc2 /indra
parentdb4cd24ad6eff20200289c31ea2bafd7f1c0f603 (diff)
Microsoft VS 18 2026 project extension is now slnx
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/LLPrimitive.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLPrimitive.cmake b/indra/cmake/LLPrimitive.cmake
index ec17c82e27..f9fd376cd6 100644
--- a/indra/cmake/LLPrimitive.cmake
+++ b/indra/cmake/LLPrimitive.cmake
@@ -106,7 +106,7 @@ if (TRUE)
)
if (WINDOWS)
execute_process(
- COMMAND MSBuild.exe ${CMAKE_BINARY_DIR}/3p-colladadom-2.3-r10/Project.sln -p:Configuration=${CMAKE_BUILD_TYPE}
+ COMMAND MSBuild.exe ${CMAKE_BINARY_DIR}/3p-colladadom-2.3-r10/Project.slnx -p:Configuration=${CMAKE_BUILD_TYPE}
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/3p-colladadom-2.3-r10
OUTPUT_VARIABLE colladadom_installed
)