Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Support install target and build without tests #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KindDragon
Copy link
Contributor

@KindDragon KindDragon commented May 9, 2017

@@ -57,6 +57,7 @@ option(enable-lazy-lock "Enable lazy locking (only lock when multi-threaded" OFF
option(force_lazy_lock "Forcing lazy-lock to avoid allocator/threading bootstrap issues" OFF)
# install_prefix - installation directory prefix
# with-xslroot=<path> XSL stylesheet root path
option(build-tests "Build tests" OFF)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just use CMake/CTest variable BUILD_TESTING instead of a new option.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants