You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to compile ObjectBox without including the examples and test apps. Essentially, I want to keep only the ObjectBox library in my environment.
It would be great if you could consider adding an option to remove examples when using the FetchContent_MakeAvailable command.
This way, users would have the flexibility to exclude example programs from the build process, reducing unnecessary build time and keeping the project clean and concise
The text was updated successfully, but these errors were encountered:
I apologize for the late response. I had a tight schedule and I just got a chance to check the thread.
Following the instructions, CMake will fetch the objectbox-c repository from GitHub. This includes the example programs, which I don't want to run. To avoid this, I need to manually remove or comment out the example directory in the CMakeLists.txt file.
gf3
linked a pull request
Nov 28, 2023
that will
close
this issue
I'm looking to compile ObjectBox without including the examples and test apps. Essentially, I want to keep only the ObjectBox library in my environment.
It would be great if you could consider adding an option to remove examples when using the FetchContent_MakeAvailable command.
This way, users would have the flexibility to exclude example programs from the build process, reducing unnecessary build time and keeping the project clean and concise
The text was updated successfully, but these errors were encountered: