From 88f6af584c1db92382b2009675e173e993e6abd1 Mon Sep 17 00:00:00 2001 From: Ariel Vina-Rodriguez Date: Mon, 29 Jul 2019 00:01:25 +0200 Subject: [PATCH] delete commented code --- build/cmake/install_nana.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/build/cmake/install_nana.cmake b/build/cmake/install_nana.cmake index 77faf037..de51757d 100644 --- a/build/cmake/install_nana.cmake +++ b/build/cmake/install_nana.cmake @@ -6,7 +6,6 @@ if(NANA_CMAKE_INSTALL) # Is your responsability to ensure all compiler options are compatible with the compilation # of the project linking to the nana lib here generated target_sources(nana PRIVATE ${HEADERS}) - # target_include_directories(nana PRIVATE ${NANA_INCLUDE_DIR}) message("The compiled Nana library will be installed in ${CMAKE_INSTALL_PREFIX}/lib") # Actually in DESTDIR/CMAKE_INSTALL_PREFIX/lib but in windows there is no DESTDIR/ part. install(TARGETS nana