From 278b0fde1767593b596b984b69aeb6e97655052f Mon Sep 17 00:00:00 2001 From: Marcus Tomlinson Date: Mon, 30 Oct 2023 08:39:57 +0000 Subject: [PATCH] Fix CMake warnings --- tests/CMakeLists.txt | 2 +- tutorial/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0bc8847f..9ba9a478 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -44,7 +44,7 @@ if(NOT ${BUILD_STATIC} AND WIN32) ) endif(MINGW) -endif(WIN32) +endif() add_test( ${PROJECT_NAME} diff --git a/tutorial/CMakeLists.txt b/tutorial/CMakeLists.txt index 0c077382..098bb238 100755 --- a/tutorial/CMakeLists.txt +++ b/tutorial/CMakeLists.txt @@ -43,4 +43,4 @@ if(NOT ${BUILD_STATIC} AND WIN32) ) endif(MINGW) -endif(WIN32) +endif()