esyr / cmake-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake-tests

Some CMake edge case tests.

  • file_rel: file(RELATIVE_PATH ...) test. Looks like it can't handle pats with dots properly.
  • set_parent: set(VAR "" PARENT_SCOPE) seems not working. It leaves variable unset (compare it to set(VAR "") in current scope)

About

License:MIT License