cpp-best-practices / cmake_template

CMake for C++ Best Practices
The Unlicense
1.09k stars 118 forks source link

Missing `myproject_` prefixes? #90

Open dabrahams opened 2 months ago

dabrahams commented 2 months ago

These seem to be declared differently than other CMake functions in the project:

  1. run_vcvarsall
  2. download_cpm
  3. contents of cmake/SystemLink.cmake
  4. contents of cmake/Utilities.cmake

I can imagine a rationale for some of these, but it's not clear that it's done intentionally. Worth a look I think.