File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,7 @@ message(STATUS "Build date : ${STDEXEC_BUILD_DATE}")
67
67
message (STATUS "Build year : ${STDEXEC_BUILD_YEAR} " )
68
68
message (STATUS )
69
69
70
- set (INTEGRATE_CLANG_TOOLING ${STDEXEC_INTEGRATE_CLANG_TOOLING} )
71
-
72
- if (INTEGRATE_CLANG_TOOLING )
70
+ if (STDEXEC_IS_TOP_LEVEL )
73
71
# Integrate with LLVM/clang tooling
74
72
include (${CMAKE_CURRENT_SOURCE_DIR} /cmake/clangd_compile_info.cmake )
75
73
endif ()
@@ -554,7 +552,6 @@ option(STDEXEC_ENABLE_IO_URING_TESTS "Enable io_uring tests" ${STDEXEC_FOUND_IO_
554
552
555
553
option (STDEXEC_BUILD_DOCS "Build stdexec documentation" OFF )
556
554
option (STDEXEC_BUILD_EXAMPLES "Build stdexec examples" ON )
557
- option (STDEXEC_INTEGRATE_CLANG_TOOLING "Integrate with clang tooling" ON )
558
555
559
556
# Configure documentation
560
557
if (STDEXEC_BUILD_DOCS )
You can’t perform that action at this time.
0 commit comments