<div dir="ltr"><div dir="ltr"><b>Thank you! Sorry for the mess. Builds now :)</b><div><br></div><div><b>Just an FYI, I'm using this Preload.cmake file:</b></div><div><div>## Required to build GUI</div><div>set(CMAKE_PREFIX_PATH "C:\\Qt\\5.12.0\\msvc2017_64" CACHE STRING "" FORCE)</div><div>set(BUILD_QtDialog ON CACHE BOOL "" FORCE)</div><div><br></div><div>## Standerdizing build options for 64-bit CMake</div><div>set(CMAKE_GENERATOR "Visual Studio 15 2017 Win64" CACHE INTERNAL "" FORCE)</div><div>set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_LIST_DIR}/standalone" CACHE STRING "" FORCE)</div></div><div><br></div><div><b>Makes it easier to standardize.</b></div><div><b><br></b></div><div><b>VT</b></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 24, 2019 at 12:36 PM Kyle Edwards <<a href="mailto:kyle.edwards@kitware.com">kyle.edwards@kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>On Thu, 2019-01-24 at 12:31 -0800, Venedict Tchistopolskii wrote:</div><blockquote type="cite"><div dir="ltr"><div dir="ltr">Nevermind, fixed the cmake-gui.</div></div></blockquote><div><br></div><div>Ah OK, then disregard my response.</div><div><br></div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div>Would be nice to know how to triger the proper install/release config from VStudio, atm I do this:<br>cmake . --target install --config Release<br></div></div></div></blockquote><div><br></div><div>This looks correct for doing it on the command line.</div><div><br></div><div>The VStudio solution should have an "INSTALL" project which does what you want.</div><div><br></div><div>Kyle</div><blockquote type="cite">
</blockquote></div></blockquote></div>