Skip to content

Commit

Permalink
Retire Ubunu Impish, because issues with C++20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jul 10, 2022
1 parent 8860357 commit 59d23be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ endif()

#######################################################################

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 17)
if(MSVC)
# Ensure MSVC populates __cplusplus correctly.
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zc:__cplusplus")
Expand Down Expand Up @@ -2985,7 +2985,7 @@ if (NOT CPACK_DEBIAN_PACKAGE_RELEASE)
set(CPACK_DEBIAN_PACKAGE_RELEASE 1)
endif()

set(CPACK_DEBIAN_DISTRIBUTION_RELEASES focal impish jammy kinetic)
set(CPACK_DEBIAN_DISTRIBUTION_RELEASES focal jammy kinetic)
set(CPACK_DEBIAN_SOURCE_DIR ${CMAKE_SOURCE_DIR})
set(CPACK_DEBIAN_UPLOAD_PPA_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/packaging/CPackDebUploadPPA.cmake")
set(CPACK_DEBIAN_INSTALL_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/packaging/CPackDebInstall.cmake")
Expand Down

0 comments on commit 59d23be

Please sign in to comment.