From 18bff53c997f5bfac0435b8a03ee967eed8c9e20 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 29 Jun 2020 14:29:05 +0200 Subject: BLI: remove blender::Optional in favor of std::optional `std::optional` can be used now, because we switched to C++17. --- source/blender/blenlib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenlib/CMakeLists.txt') diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index 69df0505dfe..2630eb6bbd0 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -225,7 +225,6 @@ set(SRC BLI_memory_utils.hh BLI_mempool.h BLI_noise.h - BLI_optional.hh BLI_path_util.h BLI_polyfill_2d.h BLI_polyfill_2d_beautify.h -- cgit v1.2.3