ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

Eliminating the need for SIMD_INSTALL_DIR environment variable #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is really an enhancement request.

I would like to avoid defining environment variables as much as possible.  
Therefore, I would like to be able to do the following for applications using 
SimD:

  cmake -DSIMD_INSTALL_DIR=/where/is/simd-cxx .

The patch allows me to do that while still accepts defining the environment 
variable as before.

Original issue reported on code.google.com by nan...@gmail.com on 22 Dec 2010 at 6:19

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by nan...@gmail.com on 23 May 2011 at 4:52