eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

CMakeLists.txt: Don't squash flags already set in CMAKE_CXX_FLAGS* #30

Closed wdcrith closed 7 years ago

wdcrith commented 7 years ago

Instead we append onto them, this is done so that if this project is included by something else, which has already set some flags (cross compiling), they won't be removed unexpectedly.

eddic commented 7 years ago

Nice. I like it. Thanks!