Skip to content

Commit

Permalink
set the required standard to C++14
Browse files Browse the repository at this point in the history
Summary:
To avoid compilation errors such as

  error: no template named 'enable_if_t' in namespace 'std'; did you mean 'enable_if'?

Reviewed By: tschrager

Differential Revision: D8757706

fbshipit-source-id: 96dc359fa88f5059be972afb5b7c3e1a00701842
  • Loading branch information
aparrapo authored and facebook-github-bot committed Jul 10, 2018
1 parent eeb3f20 commit 390d046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions surround360_render/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)

PROJECT(Surround360Render CXX)
set(CMAKE_CXX_STANDARD 14)

FIND_PACKAGE(OpenCV)
FIND_PACKAGE(Ceres REQUIRED)
Expand Down

0 comments on commit 390d046

Please sign in to comment.