Skip to content

Commit b086593

Browse files
author
Ravbug
committed
fmt::format -> std::format
1 parent 5c9007f commit b086593

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+24
-21958
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (APPLE)
2929
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE INTERNAL "")
3030
endif()
3131
add_executable("${PROJECT_NAME}" WIN32 ${source} "source/wxmac.icns" "source/windows.rc" ${OBJCPP})
32-
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_20)
32+
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_23)
3333

3434
#wxwidgets
3535
set(wxBUILD_SHARED OFF CACHE INTERNAL "")
@@ -40,12 +40,9 @@ set(wxUSE_LIBTIFF OFF CACHE INTERNAL "")
4040
set(wxUSE_ZLIB builtin CACHE INTERNAL "")
4141
add_subdirectory("wxWidgets" EXCLUDE_FROM_ALL)
4242

43-
add_subdirectory("fmt" EXCLUDE_FROM_ALL)
44-
4543
target_link_libraries("${PROJECT_NAME}"
4644
PUBLIC
4745
wx::core
48-
fmt
4946
)
5047
target_include_directories(${PROJECT_NAME} PUBLIC "fmt/include")
5148

fmt/.clang-format

Lines changed: 0 additions & 8 deletions
This file was deleted.

fmt/.travis.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)