Skip to content

Commit

Permalink
ci-linux now uses pre-defined host/target profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider committed Mar 22, 2024
1 parent 04c8a9b commit 4ef1324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ current_dir := $(dir $(abspath $(firstword $(MAKEFILE_LIST))))
export CONAN_HOME = $(current_dir)$(build)

conan_profile_linux = $(CONAN_HOME)/profiles/linux-amd64
conan_toolchain = -DCMAKE_TOOLCHAIN_FILE=$(CONAN_HOME)/Release/generators/conan_toolchain.cmake
conan_toolchain = -DCMAKE_TOOLCHAIN_FILE=$(dir_release)/Release/generators/conan_toolchain.cmake

all: help

Expand Down

0 comments on commit 4ef1324

Please sign in to comment.