"examples/vscode:/vscode.git/clone" did not exist on "d420d71398d9c5a8d9a5f95ba2bdb6fe3d8ae31f"
Make CMake build dlib statically whenever DLIB_IN_PROJECT_BUILD==true,
regardless of the state of BUILD_SHARED_LIBS. This means projects that use dlib by saying add_subdirectory(dlib) will always statically link to dlib, unless DLIB_IN_PROJECT_BUILD is explicltly set to false and BUILD_SHARED_LIBS set to true.
Showing
Please register or sign in to comment