diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-03-16 18:47:57 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-03-16 18:47:57 +0100 |
commit | b2d8412ac91356dd45e7e0959d6efb6604c9541f (patch) | |
tree | d729fc1007b22690a70fbfb6114dd22d4c7878cf | |
parent | af7847d80c94f2b5d9012f11b60bd2cb163fc1e3 (diff) | |
download | fastwriter-b2d8412ac91356dd45e7e0959d6efb6604c9541f.tar.gz fastwriter-b2d8412ac91356dd45e7e0959d6efb6604c9541f.tar.bz2 fastwriter-b2d8412ac91356dd45e7e0959d6efb6604c9541f.tar.xz fastwriter-b2d8412ac91356dd45e7e0959d6efb6604c9541f.zip |
Use also
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1eed22a..0b3e993 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ install(TARGETS fastwriter ) install(FILES fastwriter.h - DESTINATION include + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} ) install(FILES |