forked from OSchip/llvm-project
[libc++] NFC: Fix incorrect comments in CMake
This commit is contained in:
parent
97215fe3f4
commit
feef171f76
|
@ -122,7 +122,7 @@ if (NOT DEFINED LIBCXX_TEST_DEPS)
|
|||
endif()
|
||||
|
||||
if (LIBCXX_INCLUDE_TESTS)
|
||||
include(AddLLVM) # for configure_lit_site_cfg and add_lit_target
|
||||
include(AddLLVM) # for configure_lit_site_cfg and add_lit_testsuite
|
||||
|
||||
configure_lit_site_cfg(
|
||||
"${LIBCXX_TEST_CONFIG}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include(AddLLVM) # for configure_lit_site_cfg and add_lit_target
|
||||
include(AddLLVM) # for configure_lit_site_cfg and add_lit_testsuite
|
||||
macro(pythonize_bool var)
|
||||
if (${var})
|
||||
set(${var} True)
|
||||
|
|
Loading…
Reference in New Issue