delete commented code
This commit is contained in:
parent
6c6d80b414
commit
88f6af584c
@ -6,7 +6,6 @@ if(NANA_CMAKE_INSTALL)
|
|||||||
# Is your responsability to ensure all compiler options are compatible with the compilation
|
# Is your responsability to ensure all compiler options are compatible with the compilation
|
||||||
# of the project linking to the nana lib here generated
|
# of the project linking to the nana lib here generated
|
||||||
target_sources(nana PRIVATE ${HEADERS})
|
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")
|
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.
|
# Actually in DESTDIR/CMAKE_INSTALL_PREFIX/lib but in windows there is no DESTDIR/ part.
|
||||||
install(TARGETS nana
|
install(TARGETS nana
|
||||||
|
Loading…
x
Reference in New Issue
Block a user