Skip to content

Instantly share code, notes, and snippets.

@c7x43t
Created June 26, 2019 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c7x43t/c0bfdd55741891bd4e3fb316faf29ee8 to your computer and use it in GitHub Desktop.
Save c7x43t/c0bfdd55741891bd4e3fb316faf29ee8 to your computer and use it in GitHub Desktop.

cmake -G "Visual Studio 16 2019" -A x64

intel compiler names: icc/icpc/ifort C/C++/Fortran

cmake -G "Your Generator" -D CMAKE_C_COMPILER=gcc-4.2 -D CMAKE_CXX_COMPILER=g++-4.2 path/to/your/source

CC=gcc-4.2 CXX=/usr/bin/g++-4.2 cmake -G "Your Generator" path/to/your/source

C:\Users\c7x43t\Documents\rust\symspell\hyperscan

cmake CC=icc CXX=icpc -G "Visual Studio 16 2019" C:\Users\c7x43t\Documents\rust\symspell\hyperscan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment