mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Test cpp17 features on the build server.
This commit is contained in:
9
tests/cpp17/CMakeLists.txt
Normal file
9
tests/cpp17/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
|
||||
project(Cpp17Test)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_executable(cpp17test main.cpp)
|
||||
|
||||
Reference in New Issue
Block a user