History log of /seL4-test-master/tools/nanopb/CMakeLists.txt
Revision Date Author Comments
# 96134f9b 23-Nov-2018 Florian Märkl <info@florianmaerkl.de>

Remove plugin.proto from CMakeLists.txt


# c29ca83f 10-Nov-2018 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Setting version to 0.4.0-dev


# 3626b5c4 10-Nov-2018 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Publishing nanopb-0.3.9.2


# fa16f72f 24-Oct-2018 Michal Rostecki <mrostecki@suse.de>

cmake: Include CMAKE_INSTALL_LIBDIR in CMAKE_INSTALL_CMAKEDIR

If user defines non-standard directory in CMAKE_INSTALL_LIBDIR
option (i.e. /usr/lib64), then CMAKE_INSTALL_CMAKEDIR should
use it as a prefix.


# 4c709326 24-Oct-2018 Michal Rostecki <mrostecki@suse.de>

cmake: Allow to build a shared library

Introduce options BUILD_SHARED_LIBS and BUILD_STATIC_LIBS to allow
building both types of libraries. By default only BUILD_STATIC_LIBS
is enabled.


# 93da4350 08-Jan-2018 Robbie Shade <rjshade@google.com>

Add nanopb_PROTOC_PATH variable to CMakeLists.txt


# 77b6e841 14-Dec-2017 Edward Z. Yang <ezyang@mit.edu>

Require non-buggy version of cmake

See https://github.com/pytorch/pytorch/issues/4141 and https://github.com/gflags/gflags/issues/113 for context


# cae980ca 27-Nov-2017 Dave Flogeras <dflogeras2@gmail.com>

Fix #296 - install path of Python plugins with CMake.

No need of specifying the CMAKE_PREFIX_PATH to python when asking for
sysconfig.get_python_lib since everything is installed relative to
CMAKE_PREFIX_PATH anyway.


# 2c4c3948 23-Sep-2017 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Setting version to 0.4.0-dev


# 71ba4e68 23-Sep-2017 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Publishing nanopb-0.3.9


# 1d527d07 02-May-2017 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Set version to nanopb-0.4.0-dev


# 9deebe0f 05-Mar-2017 Constantine Grantcharov <cgrantcharov@trustpointinnovation.com>

Fixing install issue due to relative paths


# 0161193c 04-Mar-2017 Constantine Grantcharov <cgrantcharov@trustpointinnovation.com>

Remove use of relative paths

When doing out of source builds:

mkdir build
cd build && cmake -G "Unix Makefiles" ../ && make

The build script tripped up on relative paths of /generator/proto and
the files under generator/proto/*.proto.

By using ${PROJECT_SOURCE_DIR}, the paths become absolute and the issue
disappears.


# a55a66e7 05-Mar-2017 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Setting version to 0.3.9-dev


# cc74b9f2 05-Mar-2017 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Publishing nanopb-0.3.8


# 112b5b19 17-Jan-2017 William A. Kennington III <wak@google.com>

cmake: Cleanup the build so that host and runtime tooling is installable

Signed-off-by: William A. Kennington III <wak@google.com>


# cff94b8f 17-Jan-2017 William A. Kennington III <wak@google.com>

cmake: Fix library name

The produced static library should be `libprotobuf-nanopb.a`
instead of the current `liblibprotobuf-nanopb.a`.

Signed-off-by: William A. Kennington III <wak@google.com>


# af601e4e 30-Oct-2016 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Setting version to 0.3.8-dev


# 60d8ba22 29-Oct-2016 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Publishing nanopb-0.3.7


# 6e47677a 26-Jul-2016 Konstantin Podsvirov <konstantin@podsvirov.pro>

Added CMake project