Skip to content

Commit d0053ca

Browse files
committed
Install osi3 directly under lib
1 parent 9f3c5fc commit d0053ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ else()
5656
endif()
5757
set(OSI_INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH "Installation directory for CMake files")
5858

59-
set(OSI_INSTALL_LIB_DIR ${OSI_INSTALL_LIB_DIR}/osi${VERSION_MAJOR})
59+
set(OSI_INSTALL_LIB_DIR ${OSI_INSTALL_LIB_DIR})
6060
set(OSI_INSTALL_INCLUDE_DIR ${OSI_INSTALL_INCLUDE_DIR}/osi${VERSION_MAJOR})
6161

6262
configure_file(osi_version.proto.in osi_version.proto)

0 commit comments

Comments
 (0)