Skip to content

Allow use of box2d from build directory#986

Open
madebr wants to merge 1 commit intoerincatto:mainfrom
madebr:support-find_package-from-build-directory
Open

Allow use of box2d from build directory#986
madebr wants to merge 1 commit intoerincatto:mainfrom
madebr:support-find_package-from-build-directory

Conversation

@madebr
Copy link
Copy Markdown

@madebr madebr commented Sep 25, 2025

This makes is possible to do find_package(box2d) in your user program by etting the CMake variables box2d_DIR or CMAKE_PREFIX_PATH to the build directory.

This change allows me to build box2d once, and use it without having to install it somewhere, allowing faster iterations.

This makes is possible to do find_package(box2d) in your user program
by etting the CMake variables box2d_DIR or CMAKE_PREFIX_PATH to
the build directory.
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.

1 participant