OpenCVConfig.cmake: Fix CMake CMP0012 warning
authorJose-Luis Blanco-Claraco <joseluisblancoc@gmail.com>
Tue, 28 Oct 2014 08:46:18 +0000 (09:46 +0100)
committerJose-Luis Blanco-Claraco <joseluisblancoc@gmail.com>
Tue, 28 Oct 2014 08:46:18 +0000 (09:46 +0100)
commit539acaf348dfbbfdf653f7d03c3533d4005ae5d2
tree7b11df5a5e69d25b55fb38815c3167edb1eb57d3
parentdee56598e995c95971fad770ea3ed46d2c8d8798
OpenCVConfig.cmake: Fix CMake CMP0012 warning

"TRUE"/"FALSE" should not be used as literals, as CMake has to decide
whether they are literals or variable names (sigh).
This patch should make it work with any version of CMake and with any
user-side decision on old vs. new policy behavior.
cmake/templates/OpenCVConfig.cmake.in