Skip to content

Adapt some stuff#4

Open
aismann wants to merge 5 commits intoviblo:masterfrom
aismann:master
Open

Adapt some stuff#4
aismann wants to merge 5 commits intoviblo:masterfrom
aismann:master

Conversation

@aismann
Copy link

@aismann aismann commented Jan 29, 2026

Issue will be nice

@aismann aismann changed the title Update issue templates Adapt some stuff Jan 30, 2026
Copy link
Owner

@viblo viblo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I missed this PR completely. I left some comments.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think this is really necessary, if someone wants to make a PR, the formatting is not so important. Please remove.

But it did make me realize that Issues were turned off. I have now enabled them.

cmake_minimum_required(VERSION 3.10)

project(chipmunk)
project(Munk2D)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this doesnt break something?

This is what AI review said:

CMakeLists.txt:3 — changing project(chipmunk) to project(Munk2D) breaks the subdirectory CMake files, because they still reference ${chipmunk_SOURCE_DIR} in places like src/CMakeLists.txt:2, tests/CMakeLists.txt:9, and demo/CMakeLists.txt:7. After this rename, chipmunk_SOURCE_DIR is no longer defined, so those paths expand incorrectly and out-of-source CMake builds will misconfigure or fail. If the goal is to rebrand the project name, this change needs to be paired with updating those references to ${PROJECT_SOURCE_DIR} or the new ${Munk2D_SOURCE_DIR} variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants