CMake: Fix incorrect comment
This commit is contained in:
parent
6cb62d1d18
commit
c62d5fbe35
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
include(CMakeDependentOption)
|
include(CMakeDependentOption)
|
||||||
|
|
||||||
# Define the plaform we are building on.
|
# Define our target platform.
|
||||||
# The values "UNIX", "WIN32", "MINGW", "MSYS", and "CYGWIN"
|
# The values "UNIX", "WIN32", "MINGW", "MSYS", and "CYGWIN"
|
||||||
# are automatically provided by CMAKE. "APPLE" is also provided by
|
# are automatically provided by CMAKE. "APPLE" is also provided by
|
||||||
# CMAKE but may be True on systems that are not OS X.
|
# CMAKE but may be True on systems that are not OS X.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue