CMake: Delete excess spaces

This commit is contained in:
Sam Edwards 2018-02-21 02:54:09 -07:00
parent 9e841800ee
commit 540c4fc2cd

View File

@ -99,7 +99,7 @@ function(package_option name)
endforeach()
if(command STREQUAL "DEFAULT")
message(SEND_ERROR "DEFAULT in package_option takes an argument")
message(SEND_ERROR "DEFAULT in package_option takes an argument")
endif()
# If the default is not set, we set it.