Skip to content

Commit 0a69abd

Browse files
committed
采用自己写的format
1 parent 115c4b8 commit 0a69abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(EnableTest "Test project" ON)
1111
option(BuildInWordsDictionary "Use BuildInWordsDictionary" ON)
1212

1313
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
14-
add_definitions(-DMSVC)
14+
#add_definitions(-DMSVC)
1515
elseif(APPLE)
1616
include(CheckCCompilerFlag)
1717

0 commit comments

Comments
 (0)