Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 203 Bytes

force_artifactory.md

File metadata and controls

6 lines (5 loc) · 203 Bytes

Forcing Cmake To Download From Artifactory

You can force the local build to download artifacts (instead of building them) by adding SET(CORE_LIBS_PATH "") to the top of your CMakeLists.txt file.