diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-10 16:27:06 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-06-12 21:05:01 -0700 |
commit | 2e654b19f38f1f941c70a5adcdac6311234362c3 (patch) | |
tree | b95e4614558f228b015fd68e3d07fc6a8e5b94ca /libs/protobuf/Makefile | |
parent | e2d9e874dc1d15a0fa94846c0d186c89dfc8bc29 (diff) |
treewide: back to cmake.mk
Ninja was merged to base and therefore we can now use normal cmake.mk
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/protobuf/Makefile')
-rw-r--r-- | libs/protobuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index 59ac2b709..47a109775 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -24,7 +24,7 @@ CMAKE_SOURCE_SUBDIR:=cmake include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk -include ../../devel/ninja/ninja-cmake.mk +include $(INCLUDE_DIR)/cmake.mk define Package/protobuf/Default SECTION:=libs |