Skip to content
Closed

Dump #41

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
set(CMAKE_FIND_PACKAGE_TARGETS_GLOBAL ON)
# https://cmake.org/cmake/help/latest/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.html
endif()

# Manually define VERSION
set(Sofa_VERSION_MAJOR 25)
set(Sofa_VERSION_MINOR 12)
Expand Down
Loading