CMAKE option correction

master
Philippe Pittoli 2021-03-27 23:55:44 +01:00
parent ebcbcd3994
commit 34be9d582a
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ MAKE_INSTALL_OPTIONS ?= DESTDIR=$(pkg_fake_root_dir) \
CMAKE_OPTIONS_USER ?=
CMAKE_OPTIONS ?= -DCMAKE_INSTALL_PREFIX=$(PREFIX) \
-DCMAKE_BUILD_TYPE=Release \
$(CMAKE_OPTIONS_USER) \
-- -j$(JOBS)
$(CMAKE_OPTIONS_USER)
tarballs_directory = /tmp/src# where to store package sources
repository_directory = /tmp/pkg# local package repository