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 )
22project (abi_check LANGUAGES C Fortran)
33
44enable_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")
3636set (CPACK_PACKAGE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )
3737
3838# 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} /" )
4240
4341install (FILES ${CPACK_RESOURCE_FILE_README} ${CPACK_RESOURCE_FILE_LICENSE}
4442DESTINATION share/docs/${PROJECT_NAME}
You can’t perform that action at this time.
0 commit comments