diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2025-07-17 10:49:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 10:49:39 +0800 |
| commit | 1f3d53753ee96f4ad1e4fad080998d0fefe8f94e (patch) | |
| tree | 00c674fc6ccebb5601b2a1f2daf4a83a83f535f2 /cmake | |
| parent | 73f9aeb838bfaeaeae2c46d94000a4f98da47cea (diff) | |
Fix formatting (#7799)
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/SlangTarget.cmake | 2 |
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 |
