Fix CMake macro special variable usage (#216)
authorrandomguy3 <dev@randomguy3.me.uk>
Tue, 16 May 2017 10:35:11 +0000 (11:35 +0100)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 16 May 2017 10:35:11 +0000 (11:35 +0100)
commit21c7bcd895ac296e5395503b590bc74ceb0520a8
tree99243d9de3f2c71f5fdfff32779b877ef54b64fa
parent95ffb27c9c7496ede1409e042571054c70cb9519
Fix CMake macro special variable usage (#216)

The argument-related variables in a macro body are not real variables,
but special substitutions. They cannot be directly referred to by name,
only expanded.
cmake/utils.cmake