Skip to content

Commit 858830e

Browse files
Do not break lines in Makefile
1 parent 6db6fc0 commit 858830e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile.common

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ conanfile := $(wildcard conanfile.*)
4747
conan_toolchain := ${build_dir}/conan_toolchain.cmake
4848

4949
${conan_toolchain} : ${conanfile} | ${build_dir}
50-
${CMAKE} -E chdir ${build_dir} ${CONAN} install ${source_dir} \
51-
--build missing -s build_type=${flavor} \
52-
--profile:build default --profile:host default
50+
${CMAKE} -E chdir ${build_dir} ${CONAN} install ${source_dir} --build missing -s build_type=${flavor} --profile:build default --profile:host default
5351

5452
conan : ${conan_toolchain}
5553

0 commit comments

Comments
 (0)