package/pkg-cmake.mk: add note about BUILD_STATIC_LIBS
authorJan Heylen <jan.heylen@nokia.com>
Thu, 4 Jan 2018 12:28:29 +0000 (13:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Jan 2018 20:54:27 +0000 (21:54 +0100)
commit2d0058e2d3d5ebc22d4ad4ffaa9a265ba680bf53
treecf1704188e6e6d211ed791ebf76ce7ed620d21fa
parent7022190c4bec602e1ec996cbec92a118010b5b70
package/pkg-cmake.mk: add note about BUILD_STATIC_LIBS

As BUILD_STATIC_LIBS is not a standard cmake variable (while
BUILD_SHARED_LIBS is) we shouldn't add it in pkg-cmake.mk, although
for some packages that would make sense. Therefore, add a note so we
don't forget about this abnormality.

See: https://cmake.org/cmake/help/v3.8/manual/cmake-variables.7.html#variables-that-change-behavior

Signed-off-by: Jan Heylen <jan.heylen@nokia.com>
[Thomas: rework the comment in the code.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-cmake.mk