I have a CMake
project which includes some third party code in a separate subdirectory.
I would like to set different warning levels for my part and for the untouchable third party one, configuring the CMakeLists.txt file.
Is it possible to do it? How?