1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

lib: remove leftover (warning) compiler options

These are now set in the root CMakeLists.txt
This commit is contained in:
Daniel Krebs 2018-02-14 10:06:55 +01:00
parent 231050d734
commit e2ce250288

View file

@ -49,8 +49,6 @@ find_package(Threads)
add_library(villas-fpga SHARED ${SOURCES})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
target_compile_definitions(villas-fpga PRIVATE
BUILDID=\"abc\"
_GNU_SOURCE