cmake_command_eval_variable_outside_message.cmake 69 B

12
  1. cmake_command(EVAL CODE "set(phrase \"WORKS!\")")
  2. message(${phrase})