File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ option(DOTEST "option for test" OFF)
11
11
# 是否开启单元测试编译
12
12
#set(DOTEST ON)
13
13
14
- include (GNUInstallDirs)
15
14
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
16
15
set (CMAKE_INSTALL_PREFIX /usr)
17
16
endif ()
18
17
18
+ include (GNUInstallDirs)
19
19
#compile flags
20
20
if (CMAKE_BUILD_TYPE MATCHES Debug)
21
21
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -Wall -Wextra" )
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ export DH_VERBOSE=1
14
14
15
15
override_dh_auto_configure :
16
16
dh_auto_configure -- \
17
- -DCMAKE_BUILD_TYPE=Release \
18
- -DCMAKE_SAFETYTEST_ARG=" CMAKE_SAFETYTEST_ARG_OFF" \
19
- -DAPP_VERSION=$(DEB_VERSION_UPSTREAM ) -DVERSION=$(DEB_VERSION_UPSTREAM ) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH )
20
- rm -rf ~ /.config/deepin/deepin-system-monitor/config.conf
17
+ -DCMAKE_BUILD_TYPE=Release \
18
+ -DCMAKE_INSTALL_PREFIX=/usr \
19
+ -DCMAKE_SAFETYTEST_ARG=" CMAKE_SAFETYTEST_ARG_OFF" \
20
+ -DAPP_VERSION=$(DEB_VERSION_UPSTREAM ) -DVERSION=$(DEB_VERSION_UPSTREAM ) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH )
21
+ rm -rf ~ /.config/deepin/deepin-system-monitor/config.conf
You can’t perform that action at this time.
0 commit comments