From 3a030e3ba2410268300250bacd334b31372f67b5 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Mon, 30 Jun 2025 22:21:08 -0400 Subject: [PATCH] Remove extraneous ifdef --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index faf85a47..e9812aea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -677,6 +677,4 @@ else() set(CPACK_GENERATOR TGZ) endif() -if(NOT NINTENDO_3DS) - include(CPack) -endif() +include(CPack)