From 7a0c1ef9f047abbd6fad64a6cb35f254932170d2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Oct 2024 14:43:13 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9acd89..a4f69c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,8 +52,8 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Enable C++17 set(CMAKE_CXX_STANDARD 17) set(CMAKE_C_STANDARD_REQUIRED YES) -set(CMAKE_EXE_LINKER_FLAGS - "${CMAKE_EXE_LINKER_FLAGS} -undefined dynamic_lookup") +# set(CMAKE_EXE_LINKER_FLAGS +# "${CMAKE_EXE_LINKER_FLAGS} -undefined dynamic_lookup") include(GNUInstallDirs) set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}) @@ -82,7 +82,7 @@ include(ExternalGTest) include(ExternalGflags) include(ExternalMsgpack) include(ExternalOpenSSL) -include(ExternalLibtommath) +include(ExternalLibTommath) include(ExternalSse2neon) include(ExternalMcl) include(ExternalFourQ)