diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2025-07-17 11:37:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 11:37:10 +0800 |
| commit | 3e42d1bf2e186341a6cfee21760db7975d09d263 (patch) | |
| tree | 26ca0060bd145b69fa5324b15031160357d8db2d /CMakeLists.txt | |
| parent | 1f3d53753ee96f4ad1e4fad080998d0fefe8f94e (diff) | |
bump and pin cmake formatter version (#7800)
* print tool versions for formatter
* formatting
* bump cmake formatter version
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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( |
