Skip to content

Commit b3b159e

Browse files
committed
Release v2.1
1 parent b3eba30 commit b3b159e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(tmp
3-
VERSION 2.0
3+
VERSION 2.1
44
DESCRIPTION "RAII-wrappers for unique temporary files and directories for modern C++"
55
HOMEPAGE_URL "https://github.com/bugdea1er/tmp"
66
LANGUAGES CXX)
@@ -36,7 +36,7 @@ if(TMP_IS_TOP_LEVEL)
3636
install(EXPORT tmp-targets DESTINATION "${CMAKE_INSTALL_CMAKEDIR}"
3737
NAMESPACE tmp:: FILE tmp-targets.cmake
3838
COMPONENT Development)
39-
install(DIRECTORY "include/" "${PROJECT_BINARY_DIR}/include/"
39+
install(DIRECTORY "include/"
4040
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
4141
COMPONENT Development)
4242

0 commit comments

Comments
 (0)