We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115c4b8 commit 0a69abdCopy full SHA for 0a69abd
CMakeLists.txt
@@ -11,7 +11,7 @@ option(EnableTest "Test project" ON)
11
option(BuildInWordsDictionary "Use BuildInWordsDictionary" ON)
12
13
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
14
- add_definitions(-DMSVC)
+ #add_definitions(-DMSVC)
15
elseif(APPLE)
16
include(CheckCCompilerFlag)
17
0 commit comments