mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
make FreeBSD use -lcompat till we can fix ftime()
This commit is contained in:
@@ -130,6 +130,10 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user