We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3eba30 commit b3b159eCopy full SHA for b3b159e
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.16)
2
project(tmp
3
- VERSION 2.0
+ VERSION 2.1
4
DESCRIPTION "RAII-wrappers for unique temporary files and directories for modern C++"
5
HOMEPAGE_URL "https://github.com/bugdea1er/tmp"
6
LANGUAGES CXX)
@@ -36,7 +36,7 @@ if(TMP_IS_TOP_LEVEL)
36
install(EXPORT tmp-targets DESTINATION "${CMAKE_INSTALL_CMAKEDIR}"
37
NAMESPACE tmp:: FILE tmp-targets.cmake
38
COMPONENT Development)
39
- install(DIRECTORY "include/" "${PROJECT_BINARY_DIR}/include/"
+ install(DIRECTORY "include/"
40
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
41
42
0 commit comments