Skip to content

Commit

Permalink
Do not break lines in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Nov 6, 2024
1 parent 6db6fc0 commit 858830e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ conanfile := $(wildcard conanfile.*)
conan_toolchain := ${build_dir}/conan_toolchain.cmake

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

conan : ${conan_toolchain}

Expand Down

0 comments on commit 858830e

Please sign in to comment.