diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-08-20 09:28:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-20 16:28:30 +0000 |
| commit | 113327194d4cf750af6265a560615850a8e7e6fb (patch) | |
| tree | 07083d3a09f63243e291c11706443124206c2c20 /source/slangc | |
| parent | e0c20a076f2ec84586b6508664df4f59273c6aaf (diff) | |
Reduce the dependency to thread library (#8216)
Slang compiler doesn't use thread and we should declare the dependency
to the thread library when we don't need it.
The use of Thread is limited to the tools such as slang-test.
Diffstat (limited to 'source/slangc')
| -rw-r--r-- | source/slangc/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slangc/CMakeLists.txt b/source/slangc/CMakeLists.txt index 6692385ba..d27f5040e 100644 --- a/source/slangc/CMakeLists.txt +++ b/source/slangc/CMakeLists.txt @@ -13,7 +13,6 @@ if(SLANG_ENABLE_SLANGC) LINK_WITH_PRIVATE core slang - Threads::Threads ${SLANG_GLSL_MODULE_DEPENDENCY} INSTALL EXPORT_SET_NAME SlangTargets |
