From 660e325e5faeead3bd6ddc58a35bf35f6a6cffb0 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 10 Jan 2018 17:30:44 +1100 Subject: [PATCH] build: remove unnecessary cmake module --- .gitmodules | 3 --- CMakeLists.txt | 3 --- cmake | 1 - 3 files changed, 7 deletions(-) delete mode 100644 .gitmodules delete mode 160000 cmake diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 2c9dc6b..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "cmake"] - path = cmake - url = git://git.nerdcruft.net/cmake diff --git a/CMakeLists.txt b/CMakeLists.txt index bcad1a4..975069b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.7.0) project(cruft-vulkan CXX) -list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) -include (nc) - ############################################################################### find_package (Vulkan REQUIRED) diff --git a/cmake b/cmake deleted file mode 160000 index 6576747..0000000 --- a/cmake +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6576747031f4a7d82497d60663df83e54b75d088