cmake-utils.eclass: Fix BUILD_SHARED_LIBS variable type
authorAlexander Tsoy <alexander@tsoy.me>
Sat, 2 Nov 2019 11:52:49 +0000 (12:52 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 11 Nov 2019 01:14:04 +0000 (02:14 +0100)
commit0b332dbd6e674d71bb188312d2513036bac7e335
treef4879270285e4771ed57493f1a978349b53e1fef
parent6d6b164ad9d6cc1f9c4ded718caa88fab08b6195
cmake-utils.eclass: Fix BUILD_SHARED_LIBS variable type

This fixes the following warning:

  CMake Warning (dev) at gentoo_common_config.cmake:8 (SET):
    implicitly converting 'BOOLEAN' to 'STRING' type.

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/cmake-utils.eclass