Fixed CMake error
Accidentally set CXX flags twice
This commit is contained in:
parent
b34ada36d1
commit
ca95bb326e
@ -57,9 +57,6 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -m64 -fPIC")
|
||||
|
||||
if(USE_SSL)
|
||||
if( WIN32 )
|
||||
TARGET_LINK_LIBRARIES(frnetlib ${MBEDTLS_LIBRARIES} -lws2_32)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user