From 2bdb14b1f7f999c443acae3412ed63ef0720e1b4 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 6 Dec 2023 12:58:30 -0500 Subject: [PATCH] Remove newline --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50ac00e2..18a7b052 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,7 +219,6 @@ if (MINGW) target_compile_definitions(lego1 PRIVATE DIRECTINPUT_VERSION=0x0500) endif() - # Additional include directories target_include_directories(lego1 PUBLIC "${CMAKE_SOURCE_DIR}/3rdparty/vec") target_include_directories(lego1 PRIVATE "${CMAKE_SOURCE_DIR}/3rdparty/flic")