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/libfmt | |
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/libfmt')
-rw-r--r-- | libs/libfmt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libfmt/Makefile b/libs/libfmt/Makefile index 00b7a52be..1f2e359b5 100644 --- a/libs/libfmt/Makefile +++ b/libs/libfmt/Makefile @@ -24,7 +24,7 @@ PKG_LICENSE_FILES:=LICENSE.rst CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -include ../../devel/ninja/ninja-cmake.mk +include $(INCLUDE_DIR)/cmake.mk CMAKE_OPTIONS += -DBUILD_SHARED_LIBS=ON CMAKE_OPTIONS += -DFMT_DOC=OFF |