We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f54e7 commit 93d5119Copy full SHA for 93d5119
libclc/CMakeLists.txt
@@ -32,7 +32,7 @@ set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS
32
set( LIBCLC_MIN_LLVM 3.9.0 )
33
34
set( LIBCLC_TARGETS_TO_BUILD "all"
35
- CACHE STRING "Semicolon-separated list of targets to build, or 'all'." )
+ CACHE STRING "Semicolon-separated list of libclc targets to build, or 'all'." )
36
37
option( ENABLE_RUNTIME_SUBNORMAL "Enable runtime linking of subnormal support." OFF )
38
0 commit comments