Browse Source

CMake: Delete excess spaces

Sam Edwards 7 years ago
parent
commit
540c4fc2cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/macros/PackageConfig.cmake

+ 1 - 1
cmake/macros/PackageConfig.cmake

@@ -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.