Browse Source

Correct a missing closing parenthese.
[ci skip]

Yao Wei Tjong 姚伟忠 10 years ago
parent
commit
2d49c2acaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMake/Modules/FindUrho3D.cmake

+ 1 - 1
CMake/Modules/FindUrho3D.cmake

@@ -152,7 +152,7 @@ if (URHO3D_INCLUDE_DIRS AND URHO3D_LIBRARIES)
     if (NOT FOUND_MESSAGE)
     if (NOT FOUND_MESSAGE)
         set (FOUND_MESSAGE "Found Urho3D: ${URHO3D_LIBRARIES}")
         set (FOUND_MESSAGE "Found Urho3D: ${URHO3D_LIBRARIES}")
         if (URHO3D_VERSION)
         if (URHO3D_VERSION)
-            set (FOUND_MESSAGE "${FOUND_MESSAGE} (found version \"${URHO3D_VERSION}\"")
+            set (FOUND_MESSAGE "${FOUND_MESSAGE} (found version \"${URHO3D_VERSION}\")")
         endif ()
         endif ()
     endif ()
     endif ()
     include (FindPackageMessage)
     include (FindPackageMessage)