This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Fix typo in compiler flags

  • Loading branch information...
nyetwurk authored and nlyan committed Dec 22, 2016
1 parent 9799e96 commit a5140aa1b965a37c68b40ccb990bac6115252c95
Showing with 1 addition and 1 deletion.
  1. +1 −1 CMakeLists.txt
View
@@ -77,7 +77,7 @@ if (UNIX)
# warnings as errors:
# we have a problem with people checking in code with warnings.
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wno-unused-local-typedef")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wno-unused-local-typedefs")
if (NOT APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")

0 comments on commit a5140aa

Please sign in to comment.