Skip to content

Commit

Permalink
remove hard-coded STATIC (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kejxu committed Feb 13, 2019
1 parent 2cc702d commit 2254a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostic_aggregator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else()
message(FATAL_ERROR "gtest is required, but not found")
endif()

add_library(${PROJECT_NAME} STATIC
add_library(${PROJECT_NAME}
src/status_item.cpp
src/analyzer_group.cpp
src/generic_analyzer.cpp
Expand Down

0 comments on commit 2254a77

Please sign in to comment.