From 29b8ed50400be91ee3ee77a4372bb26e273c215a Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 27 Jan 2026 16:36:16 +0900 Subject: [PATCH] unsure --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1edafa..979d51c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,6 @@ include(GNUInstallDirs) set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -set(MW_INSTALL_HEADERS OFF) - add_subdirectory(submodule/milsko) # Since Milsko provides CMake, we just use it add_subdirectory(engine)