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)