Skip to content

Commit 06766f4

Browse files
committed
typo fix
1 parent 46b0af2 commit 06766f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/CheckCompilerFunctionality.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function(flamegpu_check_compiler_functionality)
180180
if (NOT MSVC)
181181
# Jitify2 on linux requires uses F_OFD_SETLKW or -D_FILE_OFFSET_BITS=64.
182182
# Cannot detect the presence of this from CMAKE_SYSTEM_VERSION when in a container, so try to compile with it and if an error occurs then we must define this option.
183-
# If required, sets a cmake cahce internal variable FLAMEGPU__FILE_OFFSET_BITS_64_REQUIRED to true
183+
# If required, sets a cmake cache internal variable FLAMEGPU__FILE_OFFSET_BITS_64_REQUIRED to true
184184
try_compile(
185185
LINUX_F_OFD_SETLKW
186186
"${CMAKE_CURRENT_BINARY_DIR}/try_compile"

cmake/dependencies/flamegpu2-visualiser.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (FLAMEGPU_VISUALISATION_ROOT)
4242
set(FLAMEGPU_VISUALISATION_ROOT "${FLAMEGPU_VISUALISATION_ROOT_ABS}" PARENT_SCOPE)
4343
# And set up the visualisation build
4444
add_subdirectory(${FLAMEGPU_VISUALISATION_ROOT_ABS} ${CMAKE_CURRENT_BINARY_DIR}/_deps/flamegpu_visualiser-build EXCLUDE_FROM_ALL)
45-
# Set the cahce var too, to ensure it appears in the GUI.
45+
# Set the cache var too, to ensure it appears in the GUI.
4646
set(FLAMEGPU_VISUALISATION_ROOT "${FLAMEGPU_VISUALISATION_ROOT}" CACHE STRING "Path to local copy of the FLAMEGPU2-visualiser repository, rather than CMake-based fetching")
4747

4848
else()

0 commit comments

Comments
 (0)