diff options
author | Nicolas Fella <nicolas.fella@gmx.de> | 2019-08-02 18:18:15 +0200 |
---|---|---|
committer | Nicolas Fella <nicolas.fella@gmx.de> | 2019-08-02 18:18:15 +0200 |
commit | 28dd53d15e5520d34d51864db68783c1fcd3b862 (patch) | |
tree | b7010811a0ca21f64d2d96f63f88f964c47976a2 /src/CMakeLists.txt | |
parent | 2134957368eff2d5097b3363abcdce79fb977263 (diff) | |
download | libical-git-28dd53d15e5520d34d51864db68783c1fcd3b862.tar.gz |
Address comments
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d407a5a5..9337d091 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,6 @@ add_subdirectory(libicalvcal) if(ICAL_GLIB) add_subdirectory(libical-glib) endif() -if(BUILD_TESTING) +if(LIBICAL_BUILD_TESTING) add_subdirectory(test) endif() |