瀏覽代碼

Correct a missing closing parenthese.
[ci skip]

Yao Wei Tjong 姚伟忠 10 年之前
父節點
當前提交
2d49c2acaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
         set (FOUND_MESSAGE "Found Urho3D: ${URHO3D_LIBRARIES}")
         if (URHO3D_VERSION)
-            set (FOUND_MESSAGE "${FOUND_MESSAGE} (found version \"${URHO3D_VERSION}\"")
+            set (FOUND_MESSAGE "${FOUND_MESSAGE} (found version \"${URHO3D_VERSION}\")")
         endif ()
     endif ()
     include (FindPackageMessage)