diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-26 00:50:03 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-26 00:50:03 +0000 |
commit | 619ce78b213121c6841d78cfeb55d0d07764622a (patch) | |
tree | aec8256edad47fb76471d1c4b8dae125c6dcdef1 | |
parent | 579e43a44ac118d432cb053470dbb977dfffe9db (diff) |
CMake: Removed unnecessary macro definitions. They are defined in
config.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58177 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 52b56a4c54..fa4d815326 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,12 +75,6 @@ set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${LLVM_BINARY_DIR}/lib ) add_definitions( -D__STDC_LIMIT_MACROS ) add_definitions( -D__STDC_CONSTANT_MACROS ) -if( LLVM_ON_UNIX ) - add_definitions( -DLLVM_ON_UNIX ) -else( LLVM_ON_UNIX ) - add_definitions( -DLLVM_ON_WIN32 ) -endif( LLVM_ON_UNIX ) - if( MSVC ) add_definitions( -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS ) add_definitions( -D_SCL_SECURE_NO_WARNINGS -DCRT_NONSTDC_NO_WARNINGS ) |