1. root/CMakeLists.txtcmake_minimum_required(VERSION 3.5) # 최대한 높은 버전 사용project(projectName VERSION 0.1.0) # 프로젝트 이름과 버전set(CMAKE_CXX_STANDARD 20) # C++ 표준 설정set(CMAKE_CXX_STANDARD_REQUIRED TRUE) # C++ 표준 준수를 필수로 설정# CPM.cmake settings# ------------------------------------------------------------------------------file( DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.38.3/C..
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에 다음과 같이 입력해서 ..
1. CMake Download linkhttps://cmake.org/download/ Download CMakeYou can either download binaries or source code archives for the latest stable or previous release or access the current development (aka nightly) distribution through Git. This software may not be exported in violation of any U.S. export laws or regulatiocmake.org 2. Download cmake-3.30.0-rc3-windows-x86_64.msi Windows 환경에서 설치하려 하므..