[Archive] TrinityCore compiling on win8.1
[Archive] TrinityCore compiling on win8.1
Archived author: schpilkerman • Posted: 2019-11-05T14:54:29+00:00
Original source
Hi there.
Can you help me with my CMake problem?
MS Visual 17 doesn't work(19 too), although I installed everything according to the instructions(OpenSSL, Boost, MYSQL, Git etc.)
![]()
I've never seen "this" before
Archived author: wungasaurus • Posted: 2019-11-05T20:07:23+00:00
Original source
Your cmake generator selection and your visual studio version do not match.
Quote: On 11/5/2019 at 11:07 PM, wungasaurus said:Yes, it's true. But how can i fix it?
Your cmake generator selection and your visual studio version do not match.
Archived author: schpilkerman • Posted: 2019-11-07T11:43:08+00:00
Original source
Quote: On 11/5/2019 at 11:07 PM, wungasaurus said:Yes, it's true. But how can i fix it?
Your cmake generator selection and your visual studio version do not match.
Archived author: wungasaurus • Posted: 2019-11-07T23:34:49+00:00
Original source
When you start configuring your project with cmake you’re prompted to select a generator. That generator needs to match your MSVS version. You probably should delete your build directory and reconfigure with the correct selection. This needs no changes on the MSVS side.