Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 5a0b9f5

Browse files
authored
Merge pull request #16 from alicevision/fabiencastan-patch-1
[cmake] build as c++11
2 parents 0df6433 + de6c399 commit 5a0b9f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
cmake_minimum_required(VERSION 3.3)
22
project(alembicEntityQmlPlugin LANGUAGES CXX VERSION 0.1.0)
33

4+
set(CMAKE_CXX_STANDARD 11)
5+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
6+
47
# CMake Find modules
58
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
69

0 commit comments

Comments
 (0)