Changes in CMakeLists.txt [1123:18c89646185e:1119:1552352f9798] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r1123 r1119 151 151 ELSEIF(MSVC) 152 152 # This part is unnecessary 'casue the same is set by the lemon/core.h. 153 # Still kept as an example. 154 155 # SET(CXX_WARNING "/wd4250 /wd4267 /wd4355 /wd4503 /wd4800 /wd4996") 156 153 # Still keep it as an example. 154 SET(CXX_WARNING "/wd4250 /wd4355 /wd4503 /wd4800 /wd4996") 157 155 # Suppressed warnings: 158 156 # C4250: 'class1' : inherits 'class2::member' via dominance 159 # C4267: conversion from 'size_t' to 'type', possible loss of data160 157 # C4355: 'this' : used in base member initializer list 161 158 # C4503: 'function' : decorated name length exceeded, name was truncated … … 172 169 173 170 IF(MSVC) 174 SET(CMAKE_CXX_FLAGS "/bigobj ${CMAKE_CXX_FLAGS}")175 171 SET( CMAKE_CXX_FLAGS_MAINTAINER "/WX ${CMAKE_CXX_FLAGS_DEBUG}" CACHE STRING 176 172 "Flags used by the C++ compiler during maintainer builds."
Note: See TracChangeset
for help on using the changeset viewer.