build(make): build ceres if cam_models on
This commit is contained in:
parent
6fd3dadfea
commit
44945687ce
3
Makefile
3
Makefile
@ -115,6 +115,9 @@ init:
|
||||
|
||||
build:
|
||||
@$(call echo,Make $@)
|
||||
ifneq ($(CAM_MODELS),)
|
||||
@$(MAKE) ceres
|
||||
endif
|
||||
ifeq ($(HOST_OS),Win)
|
||||
@$(call cmake_build,./_build,..,-DCMAKE_INSTALL_PREFIX=$(MKFILE_DIR)/_install)
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user