Skip to content

Commit

Permalink
build: remove SOVERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashigeru committed Feb 19, 2024
1 parent f777686 commit a4eb816
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(takatori-project
VERSION 0.1.0
DESCRIPTION "Takatori - A generic SQL intermediate representation"
LANGUAGES C CXX)

Expand Down
5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@ if (USE_BOOST_MEMORY_RESOURCE)
target_compile_definitions(takatori PUBLIC USE_BOOST_MEMORY_RESOURCE)
endif (USE_BOOST_MEMORY_RESOURCE)

set_target_properties(takatori
PROPERTIES
SOVERSION ${PROJECT_VERSION}
)

# Add INSTALL_RPATH from CMAKE_INSTALL_PREFIX and CMAKE_PREFIX_PATH
# The default behavior of CMake omits RUNPATH if it is already in CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES.
if (FORCE_INSTALL_RPATH)
Expand Down

0 comments on commit a4eb816

Please sign in to comment.