From 5a7206882d157e6e4a0c19052fbb6f91acde41b0 Mon Sep 17 00:00:00 2001 From: Kai-Uwe Hermann Date: Sun, 6 Oct 2024 09:54:32 +0200 Subject: [PATCH] Switch to editable install during configure This needs https://github.com/EVerest/everest-cmake/pull/12 Signed-off-by: Kai-Uwe Hermann --- ev-dev-tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev-dev-tools/CMakeLists.txt b/ev-dev-tools/CMakeLists.txt index 09fb42d9..2df6e24b 100644 --- a/ev-dev-tools/CMakeLists.txt +++ b/ev-dev-tools/CMakeLists.txt @@ -1,4 +1,4 @@ -ev_create_pip_install_targets( +ev_pip_install_local( PACKAGE_NAME "ev-dev-tools" )