From 3e42d1bf2e186341a6cfee21760db7975d09d263 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 17 Jul 2025 11:37:10 +0800 Subject: bump and pin cmake formatter version (#7800) * print tool versions for formatter * formatting * bump cmake formatter version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 549e465ac..685f5a141 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,7 @@ mark_as_advanced(SLANG_SPIRV_HEADERS_INCLUDE_DIR) # dependency name, rather than to the dependency directory itself, for example # SLANG_OVERRIDE_LZ4_PATH points to a directory containing a directory called # `lz4` containing the lz4 source. -# +# advanced_option( SLANG_OVERRIDE_LZ4_PATH "Build using user defined path for LZ4" @@ -494,7 +494,7 @@ configure_package_config_file( # Conditionally handle the case for Emscripten where slang does not create # linkable targets. In this case do not export the targets. Otherwise, just -# export the slang targets. +# export the slang targets. if(NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten") if(NOT ${SLANG_LIB_TYPE} STREQUAL "STATIC") install( -- cgit v1.2.3