Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Disable building examples using option #287

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lindemeier
Copy link

  • fix compiler warnings
  • add option that disables building examples

@@ -6,6 +6,8 @@ set(PACKAGE_NAME matplotlib_cpp)
set(INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/${PACKAGE_NAME}/cmake)


option(BUILD_EXAMPLES "Build examples" OFF)
Copy link

Choose a reason for hiding this comment

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

should prepend options with MATPLOTLIB_CPP_*, .e.g., MATPLOTLIB_CPP_BUILD_EXAMPLES

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants