Changeset 8298 for code/branches/kicklib2/cmake/CompilerConfigMSVC.cmake
- Timestamp:
- Apr 22, 2011, 6:23:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/cmake/CompilerConfigMSVC.cmake
r8285 r8298 68 68 # Note: It hasn't been checked yet whether we have code that might break 69 69 #ADD_COMPILER_FLAGS("-fp:fast" CACHE) 70 71 # Newer MSVC versions come with std::shared_ptr which conflicts with72 # boost::shared_ptr in cpptcl. And since we don't yet use the new C++ standard73 # anyway, disable it completely.74 ADD_COMPILER_FLAGS("-D_HAS_CPP0X=0" CACHE)75 70 76 71 # Use Link time code generation for Release config if ORXONOX_RELEASE is defined
Note: See TracChangeset
for help on using the changeset viewer.