Skip to content

Commit 3d5f307

Browse files
committed
Fix macOS lifecycle plugin test suffix
1 parent 3df51fb commit 3d5f307

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/auto/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ foreach(_name IN ITEMS provider consumer)
5656
TEST_PLUGINSYSTEM_LIFECYCLE_NAME="${_name}"
5757
)
5858
set_target_properties(${_target} PROPERTIES PREFIX "")
59+
if(APPLE)
60+
set_target_properties(${_target} PROPERTIES SUFFIX ".dylib")
61+
endif()
5962
endforeach()
6063

6164
target_compile_definitions(${PROJECT_NAME} PRIVATE

0 commit comments

Comments
 (0)