Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmiron authored Jan 26, 2020
1 parent a5f161d commit b22b951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else()
endif()
message(STATUS "Building with hash type: ${HashType}")

add_library(velocypack SHARED ${VELOCY_SOURCE})
add_library(velocypack STATIC ${VELOCY_SOURCE})
target_include_directories(velocypack PRIVATE src)
target_include_directories(velocypack PUBLIC include)

Expand Down

0 comments on commit b22b951

Please sign in to comment.