Skip to content

Commit

Permalink
Added missing dependency in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrinn committed Feb 6, 2018
1 parent ed92516 commit ed35eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install --allow-unauthenticated -y -
time git clone -b master --depth 1 "https://github.com/MariaDB/mariadb-connector-c.git" build
cd build
#git fetch --all --tags --prune
#git checkout tags/${CONNECTOR_C_VERSION} -b branch_odbc
#git checkout tags/${CONNECTOR_C_VERSION} -b odbc_travis_build

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_OPENSSL=ON
#-DCMAKE_INSTALL_PREFIX= ../connector_c .
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ IF(WIN32 OR WITH_OPENSSL)
ENDIF()
ELSE()
MESSAGE(STATUS "Configuring SSL support using SChannel")
SET(PLATFORM_DEPENDENCIES ${PLATFORM_DEPENDENCIES} version.lib)
ENDIF()
ELSE()
MESSAGE(STATUS "Configuring to build without SSL support")
Expand Down

0 comments on commit ed35eb6

Please sign in to comment.