Skip to content
Unverified Commit 29391ccd authored by Alex Reinking's avatar Alex Reinking Committed by GitHub
Browse files

Add SLEEF_BUILD_SHARED_LIBS to override BUILD_SHARED_LIBS from including projects (#531)

* Set the CMake minimum version and project as early as possible

Also uses the standard version variables. Replaced PATCHLEVEL by
PATCH except in #define'd macros (to preserve API).

Replaced languages list with enable_language.

Removed policy options that do not affect runtime (because they
are enabled by the minimum version, anyway)

* Add SLEEF_BUILD_SHARED_LIBS to override BUILD_SHARED_LIBS from including projects.

* Remove "dummy" install targets

* Use ON/OFF for the normalized values of BUILD_SHARED_LIBS
parent 04ad3259
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment