Skip to content

Commit

Permalink
Fix typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line authored Jul 14, 2017
1 parent 1090386 commit 202d055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif()
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
# -Wundef -Wlong-long -Wpadded
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wzero-as-null-pointer-constant -Weffc++ -Wunknown-pragmas")
if (NOT CMAKE_UILD_TYPE STREQUAL "Debug")
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
# set(CMAKE_SHARED_LINKER_FLAGS "")
endif()
Expand Down

0 comments on commit 202d055

Please sign in to comment.