Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
X NathanLi
Total activity
4
Last activity
May 29, 2023 03:28
Member since
May 29, 2023 03:25
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
May 29, 2023 03:28
I also checked my environment variables, C:/Windows/System32 is in my PATH: And I can run the command manually in my Windows Terminal without errors:
Community
CLion
Clion: CMake Error: MSVC is not able to compile a simple test program
0 votes
Created
May 29, 2023 03:25
Here is my CMakeList.txt: cmake_minimum_required(VERSION 3.22)if (DEFINED ENV{VCPKG_ROOT})string(REPLACE "\\" "/" VCPKG $ENV{VCPKG_ROOT})message("Current VCPKG PATH:" ${VCPKG})set(CMAKE_TOOLCHAI...
Community
CLion
Clion: CMake Error: MSVC is not able to compile a simple test program
0 votes