Skip to content

Commit b3ed6a7

Browse files
committed
typo
1 parent 8ab0614 commit b3ed6a7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deps/cmake/FindUnity.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ endif()
9292

9393

9494
# Look for a dll on all platforms.
95-
message("Looking for Unity*.dll in ${UNITY_EDITOR_DLL_PATH}
96-
97-
${UNITY_EXTENSION_PATHS}")
95+
message("Looking for Unity*.dll in ${UNITY_EDITOR_DLL_PATH} ${UNITY_EXTENSION_PATHS}")
9896
set(_platformLibrarySuffix ${CMAKE_FIND_LIBRARY_SUFFIXES})
9997
set(CMAKE_FIND_LIBRARY_SUFFIXES ".dll")
10098
find_library(CSHARP_UNITYEDITOR_LIBRARY UnityEditor.dll PATH ${UNITY_EDITOR_DLL_PATH})

0 commit comments

Comments
 (0)