NANA_CMAKE_INSTALL=ON, but now normal users need to set OFF or EXCLUDE_FROM_ALL

This commit is contained in:
qPCR4vir 2019-06-12 12:39:31 +02:00
parent 4ba692a6a0
commit 17240f5a51

View File

@ -1,4 +1,4 @@
option(NANA_CMAKE_INSTALL "Install nana when compile the library (to be consumed without cmake)" OFF)
option(NANA_CMAKE_INSTALL "Install nana when compile the library (to be consumed without cmake)" ON)
# Install the include directories too.
if(NANA_CMAKE_INSTALL)