diff options
author | Josh Blum | 2012-11-09 00:40:57 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-09 00:40:57 -0800 |
commit | cb7b2b751220f2444c6187b7d6bf862b4cd56b37 (patch) | |
tree | e460628e5536ec4c87508ff402d04ed9e3513991 /CMakeLists.txt | |
parent | 56c61fd8647499674747afd5741d600eb9c9792f (diff) | |
download | sandhi-cb7b2b751220f2444c6187b7d6bf862b4cd56b37.tar.gz sandhi-cb7b2b751220f2444c6187b7d6bf862b4cd56b37.tar.bz2 sandhi-cb7b2b751220f2444c6187b7d6bf862b4cd56b37.zip |
common typedef for item count
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 76c77c2..2adbf91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,8 +21,6 @@ if(CMAKE_COMPILER_IS_GNUCXX) add_definitions(-fvisibility-inlines-hidden) endif() -add_definitions(-DGRAS_DLL=1) #this project builds a dll - ######################################################################## # Component names for install rules ######################################################################## |