Skip to content

Commit

Permalink
cmake: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Oct 28, 2021
1 parent 2791e44 commit e21a417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ endif(APPLE)
add_library(httpd SHARED lib.c)
set_target_properties(httpd
PROPERTIES
PREFIX ""
SUFFIX ".so"
OUTPUT_NAME "lib")
PREFIX ""
SUFFIX ".so"
OUTPUT_NAME "lib")

# Install
install(TARGETS httpd LIBRARY DESTINATION ${TARANTOOL_INSTALL_LIBDIR}/http)
Expand Down

0 comments on commit e21a417

Please sign in to comment.