Skip to content

Commit

Permalink
[cmake] build as c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Feb 2, 2021
1 parent 0df6433 commit de6c399
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.3)
project(alembicEntityQmlPlugin LANGUAGES CXX VERSION 0.1.0)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# CMake Find modules
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

Expand Down

0 comments on commit de6c399

Please sign in to comment.