summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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