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:
parent
231050d734
commit
e2ce250288
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue