[WIP] fmsolvr: stopped disabling warnings in Warnings.cmake #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "m.zych/fmsolvr:WIP/minimize-reference"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All warnings disabled by the target_apply_warnings() function
were triggering only when building the FMSolvr.
In order to make Warnings.cmake an independent CMake module,
this change moved CMake code disabling these warnings
to the fmsolvr_executable() function.