1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

Web API: removed useless compile feature in CMakeLists.txt file

This commit is contained in:
f4exb 2018-01-02 00:27:28 +01:00
parent ffa24cde9b
commit 0f1291eaaa

View File

@ -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)