diff options
author | fluffypony <ric@spagni.net> | 2014-09-10 13:55:39 +0200 |
---|---|---|
committer | fluffypony <ric@spagni.net> | 2014-09-10 13:55:39 +0200 |
commit | a8d043b6dd58a15bb21448db8e141a76e5c8276e (patch) | |
tree | 1d8155c81a110d4b2f1b8c07e1da199ff6675f52 /CMakeLists.txt | |
parent | make FreeBSD use -lcompat till we can fix ftime() (diff) | |
download | monero-a8d043b6dd58a15bb21448db8e141a76e5c8276e.tar.xz |
replace ftime with gettimeofday on FreeBSD because lcompat is stupid
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ea5a094f7..9614d7028 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,10 +130,6 @@ elseif(NOT MSVC) set(Boost_LIBRARIES "${Boost_LIBRARIES};rt;pthread") endif() -if(FREEBSD) - set(BSD_COMPAT "compat") -endif() - set(COMMIT_ID_IN_VERSION ON CACHE BOOL "Include commit ID in version") file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/version") if (NOT COMMIT_ID_IN_VERSION) |