Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Make build happy for C++17 Compiler
Browse files Browse the repository at this point in the history
Summary: Issue was raised by facebook/openr#7

Reviewed By: jstrizich

Differential Revision: D6422429

fbshipit-source-id: b32388fbca49fd3d8ce72ae7677ea745c35a5c52
  • Loading branch information
saifhhasan authored and facebook-github-bot committed Nov 28, 2017
1 parent b021112 commit af680e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fbzmq/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project(fbzmq)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type")

include_directories(${CMAKE_SOURCE_DIR}/..)
include_directories(${CMAKE_BINARY_DIR})
Expand Down

0 comments on commit af680e8

Please sign in to comment.