Projects
home:wkazubski:hamradio
airspy
airspy-gcc15.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File airspy-gcc15.patch of Package airspy
diff --git a/CMakeLists.txt b/CMakeLists.txt index f03fa6d..0e80c43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,12 @@ if(MSVC11) add_definitions(-Dstrtoull=_strtoui64) endif(MSVC11) +if (MSVC) + add_compile_options(/std:c17) +else() + add_compile_options(-std=gnu17) +endif() + add_subdirectory(libairspy) add_subdirectory(airspy-tools)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.