Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve build_qt_with_openssl.cmake to check that generator bitness matches requested one #9

Open
jcfr opened this issue Aug 27, 2015 · 0 comments
Labels

Comments

@jcfr
Copy link
Owner

jcfr commented Aug 27, 2015

The idea would be to edit build_qt_with_openssl.cmake and add code like the one posted below to notify the developer early if the wrong Visual Studio command line prompt has been used.

if(BITS EQUAL 64 AND NOT CMAKE_SIZEOF_VOID_P EQUAL 8)
  message(FATAL_ERROR "Requested bitness does NOT match select generator and/or compiler.")
endif()
@jcfr jcfr added the backlog label Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant