aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-10-11 13:57:13 -0600
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2023-10-11 14:44:40 -0600
commit413f14eef5de853163539d96ac0eaa26a196c45e (patch)
tree574cc4990dba775ee04ac51ea76768092dc09dae
parent08165e9f6459081d91661ee4b0fc73db85d5d655 (diff)
downloadusermoji-413f14eef5de853163539d96ac0eaa26a196c45e.tar.xz
cmake: Remove pointless code
This doesn't do anything anymore
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4e6b24e2..a1a6eb4b 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)