Skip to content

Commit

Permalink
test: linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 20, 2024
1 parent d9648f2 commit a66f4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
OpenSSL
URL https://www.openssl.org/source/openssl-3.3.0.tar.gz
PREFIX ${THIRD_PARTY_INSTALL_PATH}
CONFIGURE_COMMAND ./configure --prefix=<INSTALL_DIR>
CONFIGURE_COMMAND ./Configure --prefix=<INSTALL_DIR>
BUILD_COMMAND make -j8
INSTALL_COMMAND make install
BUILD_IN_SOURCE 1
Expand Down

0 comments on commit a66f4be

Please sign in to comment.