mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
remove commented out lines
This commit is contained in:
committed by
Victor Zverovich
parent
223a0fa55d
commit
51b14b6c0c
@ -8,12 +8,6 @@ target_link_libraries(test-main gtest)
|
|||||||
|
|
||||||
include(CheckCXXCompilerFlag)
|
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)
|
function(add_fmt_executable name)
|
||||||
add_executable(${name} ${ARGN})
|
add_executable(${name} ${ARGN})
|
||||||
if (MINGW)
|
if (MINGW)
|
||||||
|
Reference in New Issue
Block a user