"git@developer.sourcefind.cn:OpenDAS/fairseq.git" did not exist on "ef3e6ab5aee9d33759486e37b889ac6cf01ca55e"
Added some code that will cause people who make a standalone dlib build and
then take the compiled library file but ignore the config.h file to get a linker error telling them they have been naughty. Instead, they should either use `make install` or `cmake --build . --target install` which will copy the correct files, or even better, don't install/build dlib as a standalone library. Instead, use it the way shown in examples/CMakeLists.txt.
Showing
Please register or sign in to comment