File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.19 )
1
+ cmake_minimum_required (VERSION 3.14...3.23 )
2
2
project (abi_check LANGUAGES C Fortran )
3
3
4
4
enable_testing ()
Original file line number Diff line number Diff line change @@ -36,9 +36,7 @@ set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/package")
36
36
set (CPACK_PACKAGE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )
37
37
38
38
# not .gitignore as its regex syntax is more advanced than CMake
39
- file (READ ${CMAKE_CURRENT_LIST_DIR} /.cpack_ignore _cpack_ignore )
40
- string (REGEX REPLACE "\n " ";" _cpack_ignore ${_cpack_ignore} )
41
- set (CPACK_SOURCE_IGNORE_FILES "${_cpack_ignore} " )
39
+ set (CPACK_SOURCE_IGNORE_FILES ".git/;.git*/;.vscode/;.mypy_cache/;_CPack_Packages/;${CMAKE_BINARY_DIR} /" )
42
40
43
41
install (FILES ${CPACK_RESOURCE_FILE_README} ${CPACK_RESOURCE_FILE_LICENSE}
44
42
DESTINATION share/docs/${PROJECT_NAME}
You can’t perform that action at this time.
0 commit comments