cmake: fix typo in comment

This commit is contained in:
Hugues Delorme 2016-06-15 18:05:51 +02:00
parent 751414654d
commit 15558b4085

View File

@ -65,7 +65,7 @@ endif()
# Declare variable GMIO_STR2FLOAT_LIB(library for string-to-float conversion)
# - std:
# C standard library functions(eg strtod())
# - irrlich_fast_atof:
# - irrlicht_fast_atof:
# fast_atof() function of Irrlicht project
# - google_doubleconversion:
# Google's doubleconversion functions, note that this implies C++