Skip to content
Snippets Groups Projects
Commit 2dd4bdee authored by Albrecht Schlosser's avatar Albrecht Schlosser
Browse files

CMake: make "optional" dependencies 'PUBLIC' (#1173)

On FreeBSD some of the required header files (and libraries) are not
in standard (known) locations, hence they wouldn't be found under
certain circumstances. Making all dependencies 'PUBLIC' adds the
needed include directories and link libraries to all builds.

For details see GitHub Issue #1173 with title
  "FLUID compilation error on FreeBSD when FLTK_BACKEND_X11=ON"
parent 02d416b0
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment