From 790e7918b1d63102b7a7f39dc1db006b2a5abf48 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 8 Jun 2024 17:59:46 -0400 Subject: [PATCH] CMake Tweak --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 820b898..c46ac13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,8 +28,4 @@ if(NOT TRAMPOLINE_HEADERS_ONLY) message(FATAL_ERROR "Unsupported Architecture") endif() endif() -else() - # No-Op Install Function - function(install_runtime) - endfunction() endif() \ No newline at end of file