X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=8ef88ad809b2da30d38d43d82e9fbf0c373d5021;hb=7c0dfec2441c4a7da72150978425b6594a2b91a5;hp=a5ded33adf754d8084430f8ca16fcf6796fb890b;hpb=880f96997be8b3be10d609ed829abec96e5391b3;p=chaz%2Ftint2 diff --git a/CMakeLists.txt b/CMakeLists.txt index a5ded33..8ef88ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ if( ENABLE_BATTERY ) endif( ENABLE_BATTERY ) if( ENABLE_TINT2CONF ) - add_definitions( -DBUILD_CMAKE ) + add_definitions( -DHAVE_VERSION_H ) add_subdirectory( src/tint2conf ) add_dependencies( tint2conf version ) endif( ENABLE_TINT2CONF )