Mitchell Wong
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Mitchell Wong created a post, Clang and Clang++ mutually exclusive
When I change the CMAKE_C_COMPILER to clang Clion automatically changes the CMAKE_CXX_COMPILER to g++ and when I change the CMAKE_CXX_COMPILER to clang++ it changes the CMAKE_C_COMPILER to gcc. T...