summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2025-07-17 10:49:39 +0800
committerGitHub <noreply@github.com>2025-07-17 10:49:39 +0800
commit1f3d53753ee96f4ad1e4fad080998d0fefe8f94e (patch)
tree00c674fc6ccebb5601b2a1f2daf4a83a83f535f2
parent73f9aeb838bfaeaeae2c46d94000a4f98da47cea (diff)
Fix formatting (#7799)
-rw-r--r--cmake/SlangTarget.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/SlangTarget.cmake b/cmake/SlangTarget.cmake
index 41d77a079..882e86f71 100644
--- a/cmake/SlangTarget.cmake
+++ b/cmake/SlangTarget.cmake
@@ -41,7 +41,7 @@ function(slang_add_target dir type)
# building respectively
EXPORT_MACRO_PREFIX
# Ignore target type and use a particular style of export macro
- # _DYNAMIC or _STATIC, this is useful when the target type is OBJECT
+ # _DYNAMIC or _STATIC, this is useful when the target type is OBJECT
# pass in STATIC or SHARED
EXPORT_TYPE_AS
# The folder in which to place this target for IDE-based generators (VS