lofar-astron / DP3

DP3: streaming processing pipeline for radio interferometric data
GNU General Public License v3.0
15 stars 10 forks source link

Use add_compile_options; Remove CMAKE_CXX_FLAGS_CUSTOM. #267

Closed mnijhuis-tos closed 4 years ago

mnijhuis-tos commented 4 years ago

Recently I introduced CMAKE_CXX_FLAGS_CUSTOM since cmake -DCMAKE_CXX_FLAGS=xxx didn't work. Now it suddenly does, so I want to remove this unused item.

I also replaced two 'set' commands by 'add_compile_options'.