Skip to content

Commit 93d5119

Browse files
committed
[libclc] Clarify option help message
This should make it more obvious it applies only to libclc.
1 parent 06f54e7 commit 93d5119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS
3232
set( LIBCLC_MIN_LLVM 3.9.0 )
3333

3434
set( LIBCLC_TARGETS_TO_BUILD "all"
35-
CACHE STRING "Semicolon-separated list of targets to build, or 'all'." )
35+
CACHE STRING "Semicolon-separated list of libclc targets to build, or 'all'." )
3636

3737
option( ENABLE_RUNTIME_SUBNORMAL "Enable runtime linking of subnormal support." OFF )
3838

0 commit comments

Comments
 (0)