Projects
home:wkazubski:hamradio
airspy
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
airspy-gcc15.patch
Added
@@ -0,0 +1,18 @@ +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
.