diff --git a/LaunchAPPL/CMakeLists.txt b/LaunchAPPL/CMakeLists.txt index ad801680fa..04f5aa6f8d 100644 --- a/LaunchAPPL/CMakeLists.txt +++ b/LaunchAPPL/CMakeLists.txt @@ -9,10 +9,8 @@ if(APPLE) LIST(APPEND LAUNCHMETHODS Classic.h Classic.cc ) - if(LAUNCHCFMAPP) - LIST(APPEND LAUNCHMETHODS - Carbon.h Carbon.cc) - endif() + LIST(APPEND LAUNCHMETHODS + Carbon.h Carbon.cc) endif() add_definitions(-DRETRO68_PREFIX="${CMAKE_INSTALL_PREFIX}")