Skip to content

Commit

Permalink
Build with vcpkg and OpenSSL 1.1 by default (#409)
Browse files Browse the repository at this point in the history
* Build with OpenSSL 1.1 by default

* Revert spurious code change
  • Loading branch information
bifurcation authored Dec 16, 2023
1 parent 97bd790 commit 439d6db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ all: ${BUILD_DIR}
cmake --build ${BUILD_DIR} --target mlspp

${BUILD_DIR}: CMakeLists.txt test/CMakeLists.txt
cmake -B${BUILD_DIR} .
cmake -B${BUILD_DIR} \
-DVCPKG_MANIFEST_DIR=${OPENSSL11_MANIFEST} \
-DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE}

${TOOLCHAIN_FILE}:
git submodule update --init --recursive
Expand Down

0 comments on commit 439d6db

Please sign in to comment.