CMP0140-WARN.cmake 89 B

12345678
  1. cmake_policy(VERSION 3.1)
  2. function(FUNC)
  3. return(PROPAGATE VAR)
  4. endfunction()
  5. func()