From 2eec1c1e4c383c64cafe2e2f23fbc9aa1b96ccbf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Nov 2023 02:40:25 +0100 Subject: a --- anim-crop-tool/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anim-crop-tool/CMakeLists.txt') diff --git a/anim-crop-tool/CMakeLists.txt b/anim-crop-tool/CMakeLists.txt index 9fd5f57d..5f10df62 100644 --- a/anim-crop-tool/CMakeLists.txt +++ b/anim-crop-tool/CMakeLists.txt @@ -12,5 +12,5 @@ if(OpenCV_FOUND) add_executable(${self} "${sources}") target_link_libraries(${self} PRIVATE floormat-serialize floormat) - fm_add_install_executable(${self}) + fm_install_executable(${self}) endif() -- cgit v1.2.3