File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Runtimes/Core/cmake/modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ elseif(LINUX)
9191 HINTS "${Swift_SDKROOT} /usr/lib/swift/linux" )
9292 add_library (dispatch SHARED IMPORTED GLOBAL )
9393 endif ()
94- set_target_properties (dispatch
94+ set_target_properties (dispatch PROPERTIES
9595 IMPORTED_LOCATION "${dispatch_LIBRARY} "
9696 INTERFACE_INCLUDE_DIRECTORIES "${dispatch_INCLUDE_DIR} " )
9797 find_package_handle_standard_args(dispatch DEFAULT_MSG
@@ -111,7 +111,7 @@ elseif(WIN32)
111111 "$ENV{SDKROOT} /usr/lib/swift" )
112112
113113 add_library (dispatch SHARED IMPORTED GLOBAL )
114- set_target_properties (dispatch
114+ set_target_properties (dispatch PROPERTIES
115115 IMPORTED_IMPLIB "${dispatch_LIBRARY} "
116116 INTERFACE_INCLUDE_DIRECTORIES "${dispatch_INCLUDE_DIR} " )
117117 find_package_handle_standard_args(dispatch DEFAULT_MSG
You can’t perform that action at this time.
0 commit comments