Skip to content

Commit

Permalink
Move CPP standard to C++17 (#1712)
Browse files Browse the repository at this point in the history
Trivial change to move CPP standard to C++17 for v1.39. As agreed on by the MaterialX TSC.
  • Loading branch information
niklasharrysson committed Feb 14, 2024
1 parent 287d084 commit 386a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(MATERIALX_LIBRARY_VERSION ${MATERIALX_MAJOR_VERSION}.${MATERIALX_MINOR_VERSI

# Cmake setup
cmake_minimum_required(VERSION 3.16)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
set(CMAKE_MACOSX_RPATH ON)
enable_testing()
Expand Down

0 comments on commit 386a7b3

Please sign in to comment.