From 20b9808f90329d0d05d8fe837cea86b4ee194272 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Sun, 21 Aug 2022 08:40:40 +0400 Subject: Build: Use `cmstd` target instead of variable `CMAKE_STD_LIBRARY` --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a50e222396..4179ce5b9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -407,7 +407,6 @@ macro(CMAKE_BUILD_UTILITIES) #--------------------------------------------------------------------- # Build CMake std library for CMake and CTest. - set(CMAKE_STD_LIBRARY cmstd) add_subdirectory(Utilities/std) CMAKE_SET_TARGET_FOLDER(cmstd "Utilities/std") -- cgit v1.2.1