When including celero as a CMake sub-project its compile options gets appended to my current project's compile options. In order to keep celero's compile options to itself and to prevent continuous appending to the CMAKE_CXX_FLAGS variable, use target_compile_options.
When including celero as a CMake sub-project its compile options gets appended to my current project's compile options. In order to keep celero's compile options to itself and to prevent continuous appending to the CMAKE_CXX_FLAGS variable, use target_compile_options.