8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Old cmake syntax to please AppVeyor build on Ubuntu 18

This commit is contained in:
Vlad Khorsun 2022-10-09 20:22:43 +03:00
parent 72292c4aa3
commit 28dd13903d

View File

@ -295,7 +295,8 @@ $(RE2_LIB): $(RE2_Objs)
.PHONY: libcds
libcds:
mkdir -p $(LIBCDS)/lib/$(TARGET)
cmake -DCMAKE_BUILD_TYPE=$(FB_CMAKE_BUILD_TYPE) -DCMAKE_CXX_FLAGS=-fPIC -S $(LIBCDS) -B $(LIBCDS)/lib/$(TARGET)
cd $(LIBCDS)/lib/$(TARGET); \
cmake -DCMAKE_BUILD_TYPE=$(FB_CMAKE_BUILD_TYPE) -DCMAKE_CXX_FLAGS=-fPIC $(LIBCDS)
AR="$(AR)" $(MAKE) -C $(LIBCDS)/lib/$(TARGET)
ifeq ($(TARGET),Debug)