зеркало из https://github.com/nextcloud/desktop.git
Merge pull request #3880 from madpilot78/Fix_Test_Build_Non_Linux
Fix BUILD_TESTING on non Linux unices
This commit is contained in:
Коммит
375dc92454
|
@ -23,7 +23,7 @@ macro(nextcloud_add_test test_class)
|
|||
)
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
if (LINUX)
|
||||
target_link_libraries(${OWNCLOUD_TEST_CLASS}Test PRIVATE
|
||||
nextcloudsync_vfs_xattr
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче