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 a56558a commit 5de74b7Copy full SHA for 5de74b7
CMakeLists.txt
@@ -231,7 +231,13 @@ target_include_directories(acl_objs PRIVATE
231
232
add_library(acl SHARED $<TARGET_OBJECTS:acl_objs>)
233
set_property(TARGET acl PROPERTY OUTPUT_NAME "alteracl")
234
-target_link_libraries(acl PRIVATE acl_check_sys_cmd acl_hash acl_threadsupport pkg_editor)
+target_link_libraries(acl PRIVATE
235
+ acl_check_sys_cmd
236
+ acl_hash
237
+ acl_threadsupport
238
+ pkg_editor
239
+ Threads::Threads
240
+ )
241
if(UNIX)
242
# we need this flag to expose symbols, otherwise linking will fail with:
243
# "relocation against protected symbol X can not be used when making a shared object"
0 commit comments