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)
91
91
HINTS "${Swift_SDKROOT} /usr/lib/swift/linux" )
92
92
add_library (dispatch SHARED IMPORTED GLOBAL )
93
93
endif ()
94
- set_target_properties (dispatch
94
+ set_target_properties (dispatch PROPERTIES
95
95
IMPORTED_LOCATION "${dispatch_LIBRARY} "
96
96
INTERFACE_INCLUDE_DIRECTORIES "${dispatch_INCLUDE_DIR} " )
97
97
find_package_handle_standard_args (dispatch DEFAULT_MSG
@@ -111,7 +111,7 @@ elseif(WIN32)
111
111
"$ENV{SDKROOT} /usr/lib/swift" )
112
112
113
113
add_library (dispatch SHARED IMPORTED GLOBAL )
114
- set_target_properties (dispatch
114
+ set_target_properties (dispatch PROPERTIES
115
115
IMPORTED_IMPLIB "${dispatch_LIBRARY} "
116
116
INTERFACE_INCLUDE_DIRECTORIES "${dispatch_INCLUDE_DIR} " )
117
117
find_package_handle_standard_args (dispatch DEFAULT_MSG
You can’t perform that action at this time.
0 commit comments