From 9416e80c4229d3dc535e2a109ecc010350de4aa3 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Fri, 11 Oct 2024 14:14:18 +0200 Subject: [PATCH] chore: Set Lab1 default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96fcc4f..99eb569 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) # If you choose option 1 (so use your own cpp files in lab1/) # you should set this to ON -option(USE_OWN_SRC_FILES_LAB1 "Use the cpp files in lab1/" OFF) +option(USE_OWN_SRC_FILES_LAB1 "Use the cpp files in lab1/" ON) # name the project/executable (also ${PROJECT_NAME}) project(raytracing)