]> sigrok.org Git - pulseview.git/commitdiff
CMakeLists.txt: Enable use of C++17 on Apple systems
authorVesa-Pekka Palmu <redacted>
Sun, 20 Nov 2022 18:23:40 +0000 (20:23 +0200)
committerGerhard Sittig <redacted>
Mon, 21 Nov 2022 16:04:55 +0000 (17:04 +0100)
The stdlib on OSX 12 Monteray requires C++17 to compile. This change
tests for and conditionally enables C++17 support on Apple devices.
Other platforms remain unaffected.


No differences found