Compare commits
No commits in common. "0aa8d2b09a621b7d516bef3072814ae820aaec38" and "31ca241e5cc446e2b5de153ff36edf6d321e902e" have entirely different histories.
0aa8d2b09a
...
31ca241e5c
3 changed files with 2 additions and 6 deletions
|
@ -6,7 +6,7 @@ set(SC_3D_CollisionDetectionHelpers_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/src/sc_
|
|||
|
||||
add_library(SC_3D_CollisionDetectionHelpers ${SC_3D_CollisionDetectionHelpers_SOURCES})
|
||||
|
||||
set_target_properties(SC_3D_CollisionDetectionHelpers PROPERTIES VERSION 3.0.1 SOVERSION 3)
|
||||
set_target_properties(SC_3D_CollisionDetectionHelpers PROPERTIES VERSION 3.0.0 SOVERSION 3)
|
||||
target_compile_features(SC_3D_CollisionDetectionHelpers PUBLIC cxx_std_20)
|
||||
|
||||
if(NOT DEFINED CMAKE_BUILD_TYPE OR "${CMAKE_BUILD_TYPE}" STREQUAL "")
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
## Version 3.0.1
|
||||
|
||||
Remove unnecessary header include in sc_sacd.cpp. This should fix builds that
|
||||
do not target C++23 as the header is from C++23.
|
||||
|
||||
## Version 3.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <array>
|
||||
#include <cmath>
|
||||
#include <span>
|
||||
#include <stdfloat>
|
||||
#include <vector>
|
||||
|
||||
// =============================================================================
|
||||
|
|
Loading…
Reference in a new issue