Skip to content

Commit

Permalink
f:u more
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 23, 2024
1 parent da76f39 commit 4f999df
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 @@ -97,7 +97,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> --libdir=lib
BUILD_COMMAND make -j8
INSTALL_COMMAND make install
BUILD_IN_SOURCE 1
Expand Down

0 comments on commit 4f999df

Please sign in to comment.