diff --git a/build/cmake/install_nana.cmake b/build/cmake/install_nana.cmake index 2b6851d6..4450e4f8 100644 --- a/build/cmake/install_nana.cmake +++ b/build/cmake/install_nana.cmake @@ -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)