Fix typo in compiler flags

This commit is contained in:
Nye Liu 2016-12-21 17:36:31 -08:00 committed by Andrew Nelless
parent 9799e96903
commit a5140aa1b9
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if (UNIX)
# warnings as errors: # warnings as errors:
# we have a problem with people checking in code with warnings. # 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) if (NOT APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")