From 84388eb1bc7a7289d40a46dccb0cf6b333be3358 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Thu, 29 Aug 2024 14:13:06 +0100 Subject: [PATCH] CMake: Update visualisation repo hash to include MSVC, CMake & CI fixes --- cmake/dependencies/flamegpu2-visualiser.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/dependencies/flamegpu2-visualiser.cmake b/cmake/dependencies/flamegpu2-visualiser.cmake index cb0357a57..9b2265170 100644 --- a/cmake/dependencies/flamegpu2-visualiser.cmake +++ b/cmake/dependencies/flamegpu2-visualiser.cmake @@ -11,7 +11,7 @@ if(POLICY CMP0169) endif() # Set the visualiser repo and tag to use unless overridden by the user. -set(DEFAULT_FLAMEGPU_VISUALISATION_GIT_VERSION "flamegpu-2.0.0-rc.1") +set(DEFAULT_FLAMEGPU_VISUALISATION_GIT_VERSION "3befb5964fc5e24c375e872ebbb5d903e878b5e0") set(DEFAULT_FLAMEGPU_VISUALISATION_REPOSITORY "https://github.com/FLAMEGPU/FLAMEGPU2-visualiser.git") # Set a VISUSLAITION_ROOT cache entry so it is available in the GUI to override the location if required