From 413f14eef5de853163539d96ac0eaa26a196c45e Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Wed, 11 Oct 2023 13:57:13 -0600 Subject: [PATCH] cmake: Remove pointless code This doesn't do anything anymore --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e6b24e..a1a6eb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,6 @@ # limitations under the License. # ~~~ cmake_minimum_required(VERSION 3.17.2) -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") project(Vulkan-Tools) -- 2.7.4