You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use PROJECT_*_DIR instead of CMAKE_*_DIR to support subproject builds
Replace CMAKE_[SOURCE/BINARY]_DIR usage with PROJECT_[SOURCE/BINARY]_DIR to
support subproject builds. This helps make the project usable as a subproject
(e.g. via add_subdirectory or FetchContent) without polluting the parent build tree.
Signed-off-by: Schilling, Matthew <matthew.schilling@intel.com>
0 commit comments