mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Web API: removed useless compile feature in CMakeLists.txt file
This commit is contained in:
parent
ffa24cde9b
commit
0f1291eaaa
@ -31,7 +31,6 @@ target_link_libraries(swagger
|
||||
)
|
||||
|
||||
set_target_properties(swagger PROPERTIES DEFINE_SYMBOL "sdrangel_EXPORTS")
|
||||
target_compile_features(sdrbase PRIVATE cxx_generalized_initializers) # cmake >= 3.1.0
|
||||
|
||||
qt5_use_modules(swagger Core Network)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user