units
units copied to clipboard
Error D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING
I'm trying to compile the library on Windows (MSVS 17) and I get /D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING: No such file or directory when I compile it. I think that is related to unitTests\CMakeLists.txt. I included the whole library as a submodule in my project, using add_subdirectory() in the main CMakeLists.txt.
version 2.3.1?
It's related to googletest, so there's a good chance that setting the cmake option to disable building the tests will get you through that. If not, I'll patch it.