diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 18:37:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 18:37:20 +0200 |
commit | 8ac55a6789a9ed7fdd16dfcbde6133948ad632fc (patch) | |
tree | fdaa667ea93b3d8136dc3e0fea9a43d0d05f2e99 /CMakeLists.txt | |
parent | 275cb79a1857fff08ce1b642bbfab6d7377bcaef (diff) |
a
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b3118d5f..37bfac1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -238,7 +238,6 @@ function(fm_add_install_executable self) install(FILES $<TARGET_PDB_FILE:${self}> DESTINATION bin) endif() endif() - endfunction() add_subdirectory(src) |