mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-24 18:08:27 +01:00
Fixed bad argument in compile args
This commit is contained in:
parent
9f0262fc05
commit
a24972843e
@ -6,7 +6,7 @@ if (MSVC)
|
||||
set(CMAKE_CXX_FLAGS "-O2 /std:c++17 /EHsc")
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
else()
|
||||
set(CMAKE_CXX_FLAGS "-g -O3 -std=c++17 -fpermissive")
|
||||
set(CMAKE_CXX_FLAGS "-O3 -std=c++17 -fpermissive")
|
||||
endif (MSVC)
|
||||
add_definitions(-DSDRPP_IS_CORE)
|
||||
|
||||
|
@ -19,7 +19,7 @@ namespace sdrpp_credits {
|
||||
const char* libraries[] = {
|
||||
"Dear ImGui (ocornut)",
|
||||
"json (nlohmann)",
|
||||
"RtlAudio",
|
||||
"RtAudio",
|
||||
"SoapySDR (PothosWare)",
|
||||
"spdlog (gabime)",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user