2 Commits

Author SHA1 Message Date
Viktor Kirilov
d109be8af8 Update NonModernCMake.md 2020-05-21 20:53:44 +03:00
Clément Grégoire
ce1cc05595 Move all links not respecting modern CMake standards to another file Fix #16 (#42)
#16 asked to clean up the list and remove links that refer to material that does not follow modern cmake standards.

I moved anything that either uses (except to say it's wrong) one of the following commands:

- include_directories
- add_definitions
- add_compile_options

Same thing if the project tries to set CMAKE_<LANG>_FLAGS.

I did not remove modules repositories links unless they use the above in the README or examples.
2020-05-21 20:37:43 +03:00