CMake: Fix incorrect comment

This commit is contained in:
Sam Edwards 2019-08-21 19:13:09 -06:00
parent 6cb62d1d18
commit c62d5fbe35

View File

@ -8,7 +8,7 @@
include(CMakeDependentOption)
# Define the plaform we are building on.
# Define our target platform.
# The values "UNIX", "WIN32", "MINGW", "MSYS", and "CYGWIN"
# are automatically provided by CMAKE. "APPLE" is also provided by
# CMAKE but may be True on systems that are not OS X.