CMake: Delete excess spaces
This commit is contained in:
parent
9e841800ee
commit
540c4fc2cd
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue