File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,6 @@ target_include_directories(dispatch
119
119
${CMAKE_CURRENT_SOURCE_DIR}
120
120
${CMAKE_CURRENT_BINARY_DIR}
121
121
${CMAKE_SOURCE_DIR} /private )
122
- if (WITH_PTHREAD_WORKQUEUES )
123
- target_include_directories (dispatch
124
- SYSTEM BEFORE PRIVATE
125
- "${WITH_PTHREAD_WORKQUEUES} /include" )
126
- endif ()
127
122
if (WITH_BLOCKS_RUNTIME )
128
123
target_include_directories (dispatch
129
124
SYSTEM BEFORE PRIVATE
@@ -174,9 +169,6 @@ if(BSD_OVERLAY_FOUND)
174
169
target_link_libraries (dispatch PRIVATE ${BSD_OVERLAY_LDFLAGS} )
175
170
endif ()
176
171
target_link_libraries (dispatch PRIVATE Threads::Threads )
177
- if (WITH_PTHREAD_WORKQUEUES )
178
- target_link_libraries (dispatch PRIVATE PTHREAD::workqueue )
179
- endif ()
180
172
if (WITH_BLOCKS_RUNTIME )
181
173
target_link_libraries (dispatch PRIVATE BlocksRuntime )
182
174
endif ()
You can’t perform that action at this time.
0 commit comments