Skip to content

[CMake] Support for reading env var KIUI_STATIC for building static lib#21

Open
alexeyknyshev wants to merge 4 commits intohugoam:masterfrom
alexeyknyshev:upstream
Open

[CMake] Support for reading env var KIUI_STATIC for building static lib#21
alexeyknyshev wants to merge 4 commits intohugoam:masterfrom
alexeyknyshev:upstream

Conversation

@alexeyknyshev
Copy link
Copy Markdown
Contributor

  • At the first run on generation step cmake reads KIUI_STATIC env variable
    and if and only if KIUI_STATIC=1 enables static library build (sets
    KIUI_STATIC CMake variable enabled). After that user can manually set
    KIUI_STATIC variable from cmake-gui without overwriting it by following
    generation steps
  • Matrix builds in Travis for static and dynamic configs

At the first run on generation step cmake reads KIUI_STATIC env variable
and if and only if KIUI_STATIC=1 enables static library build (sets
KIUI_STATIC CMake variable enabled). After that user can manually set
KIUI_STATIC variable from cmake-gui without overwriting it by following
generation steps

Signed-off-by: Alexey Knyshev <alexey.knyshev@gmail.com>
@alexeyknyshev
Copy link
Copy Markdown
Contributor Author

Hi, Hugo! Is there anything wrong with this changeset?
Regards, Alexey Knyshev

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