<html><head></head><body><div>On Thu, 2019-01-24 at 09:23 -0800, Venedict Tchistopolskii wrote:</div><blockquote type="cite"><div dir="ltr">I was building it via VStudio and generating the solution via CMake, is that wrong?</div></blockquote><div><br></div><div>Nope! You're building it just fine. The only problem is in the installation - you were installing cmake.exe without all of the external files it needs. Running cmake --build . --target install will take care of this for you.</div><div><br></div><blockquote type="cite"><div dir="ltr"><div>I need cmake-gui.exe to be built too, would that work with this install path setting?</div></div></blockquote><div><br></div><div>Yes. You just need to make sure BUILD_QtDialog is turned ON:</div><div><br></div><div>cmake C:/Path/To/CMake/Source -DCMAKE_INSTALL_PREFIX=C:/Path/To/Where/I/Want/To/Install -DBUILD_QtDialog=ON</div><div><br></div><div>Keep in mind that you will need a Qt installation to build cmake-gui.</div><div><br></div><div>Kyle</div><blockquote type="cite">
</blockquote></body></html>