Skip to content

Commit

Permalink
Merge pull request #16 from alicevision/fabiencastan-patch-1
Browse files Browse the repository at this point in the history
[cmake] build as c++11
  • Loading branch information
simogasp committed Feb 2, 2021
2 parents 0df6433 + de6c399 commit 5a0b9f5
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 5a0b9f5

Please sign in to comment.