holgerBerger / hpc-workspace

Automatically exported from code.google.com/p/hpc-workspace
GNU General Public License v3.0
18 stars 13 forks source link

Improve cmake compiler/linker flag handling for build targets #113

Closed cniethammer closed 6 hours ago

cniethammer commented 5 days ago

The compiler options did not fit the expectations from the default cmake build types and could not be modified via environment variables. Also some of the used compiler options were gcc specific. The problem came from the fixed assignments to the CMAKE_FLAGS variables.