Compiling vcpkg librairies with different versions of C++ (CMake)
I have an application that uses multiple libraries imported/compiled via VCPKG. The project is then build with cmake with C++14 using set(CMAKE_CXX_STANDARD 14)
since Activemq-cpp cannot be built with higher cpp versions.