Unverified Commit 448b8e61 authored by LEE KYOUNGHEON's avatar LEE KYOUNGHEON Committed by GitHub
Browse files

Module documentation improvement: prebuilt module location can be directly...

Module documentation improvement: prebuilt module location can be directly fetched via CMake variable. (#78405)

CMake officially supports binary directory variable of installed
dependency using `FetchContent`. According to the current documentation,
it fetches `std` module and use its binary directory as hardcoded
string, `${CMAKE_BINARY_DIR}/_deps/std-build`, however it can be
replaced with `${std_BINARY_DIR}`.

Reference: https://cmake.org/cmake/help/latest/module/FetchContent.html
parent ce8fcad5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment