Qualify CMake function names with "spvtools" to avoid conflictions.
authorLei Zhang <antiagainst@google.com>
Tue, 26 Jan 2016 23:04:55 +0000 (18:04 -0500)
committerLei Zhang <antiagainst@google.com>
Tue, 26 Jan 2016 23:04:55 +0000 (18:04 -0500)
commit3fade33c06a0740bf719473956745bfcb25b9c1a
treeed015cb5ccbebb5fdaf81961fd44f6df2bdb9a20
parent276a724b2580dc66936b5235f672c03241937cff
Qualify CMake function names with "spvtools" to avoid conflictions.

If a third-party project defines a CMake function with the same
name, by importing that project's CMake configuration, we may end
up overwriting our own copy. Qualify all defined functions to
reduce that probability.
CMakeLists.txt