Nevermind, fixed the cmake-gui. Would be nice to know how to triger the proper install/release config from VStudio, atm I do this: cmake . --target install --config Release
On Thu, Jan 24, 2019 at 12:25 PM Venedict Tchistopolskii <veny...@gmail.com> wrote: > The install command auto-installs release right? > How do I trigger this 'install' from VStudio? > Is building in VStudio enough before install? > e.g. generate solution -> build in VStudio -> run install command in CLI? > Just not sure on the proper flow because I use VStudio to > debug/modify/test CMake. > > Additionally with this setup cmake-gui.exe can't find Qt5widgets etc. no > matter what I do..... > > It finds it if I use the .exe built by VStudio. > > On Thu, Jan 24, 2019 at 9:37 AM Kyle Edwards <kyle.edwa...@kitware.com> > wrote: > >> On Thu, 2019-01-24 at 12:36 -0500, Kyle Edwards wrote: >> >> cmake --build . --target install >> windeployqt C:/Path/To/Where/I/Want/To/Install/bin/cmake.exe >> >> >> Oops - this should obviously be >> C:/Path/To/Where/I/Want/To/Install/bin/cmake-gui.exe. >> >> Kyle >> >
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake-developers