From 5d858385b0d35366f1e12a9ecce7564943f4a486 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Fri, 20 Dec 2024 13:46:55 +0100 Subject: [PATCH] Set compilation by default --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60e3999c09..e8ff80a0f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,6 @@ cmake_minimum_required(VERSION 3.12) find_package(Sofa.Config REQUIRED) -sofa_add_subdirectory(plugin SofaGLFW SofaGLFW) -sofa_add_subdirectory(plugin SofaImGui SofaImGui) +sofa_add_subdirectory(plugin SofaGLFW SofaGLFW ON) +sofa_add_subdirectory(plugin SofaImGui SofaImGui ON) sofa_add_subdirectory(application exe runSofaGLFW OFF)