From: Fletcher T. Penney Date: Wed, 24 May 2017 17:31:32 +0000 (-0400) Subject: FIXED: Adjust CMake configuration for Linux to allow building with libcurl X-Git-Tag: 6.0.6^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd28dc31f47383ffcb60e1a52f8a35d69864e393;p=multimarkdown FIXED: Adjust CMake configuration for Linux to allow building with libcurl --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 50b613d..2e082d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -386,9 +386,9 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux") # You may wish to disable this. # - set (CMAKE_FIND_LIBRARY_SUFFIXES ".a") - set (BUILD_SHARED_LIBRARIES OFF) - set (CMAKE_EXE_LINKER_FLAGS "-static") + # set (CMAKE_FIND_LIBRARY_SUFFIXES ".a") + # set (BUILD_SHARED_LIBRARIES OFF) + # set (CMAKE_EXE_LINKER_FLAGS "-static") # Some libraries need to be linked on some Linux builds if (DEFINED TEST)