From 7611d0a4d22dd60a9236623c810e25f7e12ad377 Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Wed, 8 Dec 2010 15:45:46 -0300 Subject: Add option to install the tests binaries. Reviewer: Hugo Lima Reviewer: Marcelo Lira --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6643579bd..51ca3fb90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ find_package(LibXslt 1.1.19) option(DISABLE_DOCSTRINGS "Disable documentation extraction." FALSE) option(BUILD_TESTS "Build tests." TRUE) +option(INSTALL_TESTS "Install tests" FALSE) option(ENABLE_VERSION_SUFFIX "Used to use current version in suffix to generated files. This is used to allow multiples versions installed simultaneous." FALSE) if (NOT DISABLE_DOCSTRINGS) -- cgit v1.2.3