]> sigrok.org Git - pulseview.git/commit
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)
commitc303f96d9125f36715340a1ce31643dde86d263a
treede1a6fc28b4aa86ff173862f99c7e57ccaea7e43
parent33c5ac28f73aa35c5fc4bbcf69a5ae61c0b50989
CMakeLists.txt: Enable use of C++17 on Apple systems

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.
CMakeLists.txt