Advertisement
Guest User

Untitled

a guest
May 25th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if ((CMAKE_GENERATOR MATCHES "Visual Studio") AND (CMAKE_GENERATOR_TOOLSET STREQUAL ""))
  2. message(WARNING "Visual Studio generators use the x86 host compiler by default, even for "
  3. "64-bit targets. This can result in linker instability and out of memory"
  4. "errors. To use the 64-bit host compiler, pass -Thost=x64 on the CMake "
  5. "command line.")
  6. endif()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement