Skip to content

Commit

Permalink
BUILD: Fix a typo in the CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Dec 19, 2017
1 parent ff51a41 commit 224e30a
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 @@ -93,7 +93,7 @@ if (NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
set_check_compiler_flag_cxx("-Wc++11-long-long" "-Wno-c++11-long-long")

# clang is far too trigger-happy on this warning, so let's disable it
set_check_compiler_flag_cxx("-Wundefined-var-template", "-Wno-undefined-var-template")
set_check_compiler_flag_cxx("-Wundefined-var-template" "-Wno-undefined-var-template")
endif()

# platform specific warning settings
Expand Down

0 comments on commit 224e30a

Please sign in to comment.