File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.11)
2
- project (function2 VERSION 4.2.0 LANGUAGES CXX)
2
+ project (function2 VERSION 4.2.1 LANGUAGES CXX)
3
3
4
4
if (NOT FU2_IS_FIND_INCLUDED)
5
5
string (COMPARE EQUAL ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR}
@@ -36,15 +36,15 @@ target_compile_features(function2
36
36
cxx_trailing_return_types
37
37
cxx_return_type_deduction)
38
38
39
+ install (DIRECTORY "include/function2" TYPE INCLUDE )
40
+
39
41
if (FU2_IS_TOP_LEVEL_PROJECT)
40
42
include (ExternalProject)
41
43
include (GNUInstallDirs)
42
44
include (CMakePackageConfigHelpers)
43
45
44
46
# Create an install target:
45
47
# Headers and license files
46
- install (DIRECTORY "${PROJECT_SOURCE_DIR} /include/function2"
47
- DESTINATION "include" )
48
48
install (FILES "LICENSE.txt" DESTINATION .)
49
49
install (FILES "Readme.md" DESTINATION .)
50
50
You can’t perform that action at this time.
0 commit comments