![[CMake] VS Code에서 Ninja를 이용한 CMake Build 설정](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbvDaOE%2FbtsH8hfg4zS%2F39wXCsjhpaxrjNxfq13tG0%2Fimg.png)
Trouble Issue현재 사용 중인 GNU 컴파일러가 C++20을 지원하지 않거나 CMake가 이를 인식하지 못해서 발생하는 문제[cmake] extensions). But the current compiler "GNU" does not support this, or[cmake] CMake does not know the flags to enable it.분명히 모두 최신버전으로 설치했고, 설정도 제대로 했는데 자꾸만 같은 에러가 발생했다.Commend Pallette(Ctrl + Shift + p)에서 Developer: Reload Window도 해보고 컴퓨터도 재시작 해봤지만 무용지물이었다.Solution생성된 build 폴더를 Delete 하고 Terminal에 다음과 같이 입력해서 ..
![Ninja 설치하기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcqGWHg%2FbtsIahYA2Dk%2Ft8wMI1NVVAhjOj1qwS6ZNK%2Fimg.png)
1. Chocolaty package Installhttps://chocolatey.org/install Installing ChocolateyChocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.chocolatey.org1.1 관리자 모드 powershell 실행Set-ExecutionPolicy Bypass -S..