Skip to content

CMake build updated to work with Windows VS2019 (vc-142) - #79

Closed
dennis2society wants to merge 6 commits into
GillesDebunne:mainfrom
dennis2society:libQGLViewer-Windows-VS2019-Build
Closed

CMake build updated to work with Windows VS2019 (vc-142)#79
dennis2society wants to merge 6 commits into
GillesDebunne:mainfrom
dennis2society:libQGLViewer-Windows-VS2019-Build

Conversation

@dennis2society

@dennis2society dennis2society commented Oct 3, 2023

Copy link
Copy Markdown

This PR updates the CMakeLists.txt to allow an easy CMake configuration of the project in Windows.
The main challenge was to pass NOMINMAX to the VS projects to properly use std::min/max instead of the macros defined in minwindef.h and to ignore the VC warning 4996.

Additionally I had to add two changes suggested here:
Pull request by @bjornplitz #71
Funnily this was only necessary for building with Qt6 on Windows.

On Windows it is now only necessary to open the libQGLViewer repo folder with CMake-Gui and set either Qt5 or Qt6 dir. Qt6 also requires setting the Qt6GuiTools cmake folder.

The Linux build can now be done like this:

cmake -B build/ -D CMAKE_BUILD_TYPE=Release
cmake --build build/

This will build everything inside the build folder.

@dennis2society dennis2society changed the title CMake Windows build VS2019 (vc-142) CMake build updated to work with Windows VS2019 (vc-142) Oct 3, 2023
Comment thread CMakeLists.txt Outdated
@dennis2society

Copy link
Copy Markdown
Author

Superseded by PR #80

@dennis2society
dennis2society deleted the libQGLViewer-Windows-VS2019-Build branch October 12, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants