We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d68c66 commit 8fc13b8Copy full SHA for 8fc13b8
1 file changed
cmake/dependencies/flamegpu2-visualiser.cmake
@@ -6,7 +6,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/modules/ ${CMAKE_MODULE_PATH})
6
include(FetchContent)
7
8
# Set the visualiser repo and tag to use unless overridden by the user.
9
-set(DEFAULT_FLAMEGPU_VISUALISATION_GIT_VERSION "ee91d5601e846f9f06bc44608e96424b51dd5dd2")
+set(DEFAULT_FLAMEGPU_VISUALISATION_GIT_VERSION "cmake4")
10
set(DEFAULT_FLAMEGPU_VISUALISATION_REPOSITORY "https://github.com/FLAMEGPU/FLAMEGPU2-visualiser.git")
11
12
# Set a VISUSLAITION_ROOT cache entry so it is available in the GUI to override the location if required
0 commit comments