From 8ce2be8de498f328678eeed998dbe6994734c15e Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Mon, 20 Mar 2023 15:35:42 +0000 Subject: MLECO-3802: [Maintenance] Remove Pillow warning - Image.Resampling.BILINEAR replace deprecated Image.BILINEAR - Trivial documentation fixes Change-Id: Ia75af2d2bf171085d4a0a2c472f0e3f94dbdc5b9 Signed-off-by: Isabella Gottardi --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 704843e..5c4ba3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -240,7 +240,7 @@ foreach(use_case ${USE_CASES}) if (NOT TARGET ${API_TO_USE}_api) add_subdirectory( ${SRC_PATH}/application/api/use_case/${API_TO_USE} # Source path - ${CMAKE_BINARY_DIR}/api/use_case/${API_TO_USE}) # Binary path + ${CMAKE_BINARY_DIR}/api/use_case/${API_TO_USE}) # Binary path endif() # Check if the target now exists -- cgit v1.2.1