Skip to content

Commit

Permalink
Do not build MsgPack tests when building it (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Jun 4, 2023
1 parent 8c88f1d commit b2abe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmuscle/cpp/build/msgpack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ msgpack-$(msgpack_VERSION): msgpack-$(msgpack_VERSION).tar.gz
msgpack-install: msgpack-$(msgpack_VERSION)
cd msgpack-$(msgpack_VERSION) && mkdir -p build && cd build && \
export PKG_CONFIG_PATH=$(PKG_CONFIG_PATH):$(PKG_CONFIG_EXTRA_DIRS) && \
cmake -DCMAKE_INSTALL_PREFIX=$(CURDIR)/msgpack -DMSGPACK_CXX11=ON -DMSGPACK_BUILD_EXAMPLES=OFF .. && \
cmake -DCMAKE_INSTALL_PREFIX=$(CURDIR)/msgpack -DMSGPACK_CXX11=ON -DMSGPACK_BUILD_EXAMPLES=OFF -DMSGPACK_BUILD_TESTS=OFF .. && \
$(MAKE) -j $(NCORES) && make install

ifdef MUSCLE_LINUX
Expand Down

0 comments on commit b2abe0e

Please sign in to comment.