We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab0614 commit b3ed6a7Copy full SHA for b3ed6a7
deps/cmake/FindUnity.cmake
@@ -92,9 +92,7 @@ endif()
92
93
94
# Look for a dll on all platforms.
95
-message("Looking for Unity*.dll in ${UNITY_EDITOR_DLL_PATH}
96
-
97
-${UNITY_EXTENSION_PATHS}")
+message("Looking for Unity*.dll in ${UNITY_EDITOR_DLL_PATH} ${UNITY_EXTENSION_PATHS}")
98
set(_platformLibrarySuffix ${CMAKE_FIND_LIBRARY_SUFFIXES})
99
set(CMAKE_FIND_LIBRARY_SUFFIXES ".dll")
100
find_library(CSHARP_UNITYEDITOR_LIBRARY UnityEditor.dll PATH ${UNITY_EDITOR_DLL_PATH})
0 commit comments