Hi, I need to use ${CMAKE_CXX_FLAGS} variable, but it contains unneeded char: "\". I tried to remove it: STRING(REPLACE '\\' " " FLAGS ${CMAKE_CXX_FLAGS}) but it didn't work. How can I do this? Br. Marek