Skip to content

Commit 05c6fe2

Browse files
committed
cmake: drop deprecated valac --thread option
1 parent 0fb6783 commit 05c6fe2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ CUSTOM_VAPIS
142142
bindings/*.vapi
143143
OPTIONS
144144
--target-glib=${TARGET_GLIB}
145-
--thread
146145
GENERATE_VAPI
147146
${EV3DEVKIT_PACKAGE}
148147
GENERATE_HEADER
@@ -232,7 +231,6 @@ if (EV3DEVKIT_BUILD_DEMO)
232231
bindings/*.vapi
233232
OPTIONS
234233
--target-glib=${TARGET_GLIB}
235-
--thread
236234
--vapidir=${CMAKE_CURRENT_BINARY_DIR}
237235
)
238236

@@ -264,7 +262,6 @@ if (EV3DEVKIT_BUILD_DEMO)
264262
bindings/*.vapi
265263
OPTIONS
266264
--target-glib=${TARGET_GLIB}
267-
--thread
268265
--vapidir=${CMAKE_CURRENT_BINARY_DIR}
269266
)
270267

0 commit comments

Comments
 (0)