CMP0140-OLD.cmake 93 B

12345678
  1. cmake_policy(SET CMP0140 OLD)
  2. function(FUNC)
  3. return(PROPAGATE VAR)
  4. endfunction()
  5. func()