Skip to content

Commit db1e305

Browse files
committed
Merge branch 'develop' of https://github.com/redradist/Inter-Component-Communication into develop
2 parents 37db681 + 09c47f2 commit db1e305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ if(ICC_BUILD_SHARED)
5050
target_compile_definitions(${PROJECT_NAME} PUBLIC ICC_SHARED_LIBRARY)
5151
set(ICC_LIBRARY_NAME ${PROJECT_NAME})
5252
else()
53-
add_library(${PROJECT_NAME} STATIC ${ICC_SOURCE_FILES})
54-
set(ICC_LIBRARY_NAME ${PROJECT_NAME})
53+
add_library(${PROJECT_NAME}_static STATIC ${ICC_SOURCE_FILES})
54+
set(ICC_LIBRARY_NAME ${PROJECT_NAME}_static)
5555
endif()
5656
target_compile_definitions(${ICC_LIBRARY_NAME} PRIVATE -DICC_LIBRARY)
5757
target_include_directories(${ICC_LIBRARY_NAME}

0 commit comments

Comments
 (0)