X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeLists.txt;h=f559febd4e1796228d07c10297d4b77d031cc17a;hb=d3ccb3a18e065b270a58b628482d1ca06f58766c;hp=2db4ab3a99f75bc6b90b33608b12fc6cd937b6c9;hpb=911c5ad81ebd8ff9a72cfbb5bc1e2a7b49ee3f92;p=awesomized%2Flibmemcached diff --git a/CMakeLists.txt b/CMakeLists.txt index 2db4ab3a..f559febd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,4 +60,6 @@ if(BUILD_DOCS OR BUILD_DOCSONLY) add_subdirectory(docs) endif() - +if(ENV{INVALID_CONFIGURATION}) + message(FATAL_ERROR "invalid configuration -- giving up") +endif()