summaryrefslogtreecommitdiff
path: root/cmake/dependencies/libtoml.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/dependencies/libtoml.cmake')
-rw-r--r--cmake/dependencies/libtoml.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/dependencies/libtoml.cmake b/cmake/dependencies/libtoml.cmake
deleted file mode 100644
index 3974a1dd..00000000
--- a/cmake/dependencies/libtoml.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-find_library(LIBTOML_LIBRARIES toml QUIET)
-if (LIBTOML_LIBRARIES)
- find_path(LIBTOML_INCLUDE toml.h)
- mark_as_advanced(LIBTOML_LIBRARIES LIBTOML_INCLUDE)
-endif ()