Skip to content

Commit

Permalink
remove commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexezeder authored and vitaut committed Dec 18, 2021
1 parent 223a0fa commit 51b14b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ target_link_libraries(test-main gtest)

include(CheckCXXCompilerFlag)

# Use less strict pedantic flags for the tests because GMock doesn't compile
# cleanly with -pedantic and -std=c++98.
if (CMAKE_COMPILER_IS_GNUCXX OR (CMAKE_CXX_COMPILER_ID MATCHES "Clang"))
#set(PEDANTIC_COMPILE_FLAGS -Wall -Wextra -Wno-long-long -Wno-variadic-macros)
endif ()

function(add_fmt_executable name)
add_executable(${name} ${ARGN})
if (MINGW)
Expand Down

0 comments on commit 51b14b6

Please sign in to comment.