Remove unused CMake function

This commit is contained in:
Zachary Michaels 2014-08-06 12:30:12 -04:00 committed by Riccardo Spagni
parent 8d6a04a9f0
commit 0fe311b2f0
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -51,12 +51,6 @@ endif()
# elseif(CMAKE_SYSTEM_NAME MATCHES ".*BSDI.*")
# set(BSDI TRUE)
function(set_static_flags)
if (NOT APPLE AND NOT FREEBSD)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libgcc -static-libstdc++")
endif()
endfunction(set_static_flags)
include_directories(src contrib/epee/include external "${CMAKE_BINARY_DIR}/version")
if(APPLE)