From cfad412b21429faaaa97d7ad44f7ac76e7477888 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 12 Jun 2021 12:48:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20=D0=B2?= =?UTF-8?q?=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=BD=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCompilerFlags.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMLibCompilerFlags.cmake b/CMLibCompilerFlags.cmake index d3f9fea..6ef5282 100644 --- a/CMLibCompilerFlags.cmake +++ b/CMLibCompilerFlags.cmake @@ -70,7 +70,7 @@ if(LSB_DISTRIBUTOR_ID STREQUAL "AstraLinuxSE" AND set(_CMAKE_TOOLCHAIN_PREFIX "x86_64-linux-gnu-") set(_CMAKE_TOOLCHAIN_SUFFIX "-4.7") - set(_CMAKE_TOOLCHAIN_LOCATION} "/usr/bin") + set(_CMAKE_TOOLCHAIN_LOCATION "/usr/bin") else() cmlib_set_cxx_standard(17)