ElmerCSC / elmerfem

Official git repository of Elmer FEM software
http://www.elmerfem.org
Other
1.14k stars 311 forks source link

FindNN.cmake in elmerice/cmake/Modules/ looking for wrong nn header #224

Closed orliac closed 4 years ago

orliac commented 4 years ago
# Try to find NN
FIND_PATH(NN_INCLUDE_DIR
  nan.h 
  HINTS 
  ${NNINCLUDE}
  )

Should be looking for nn.h

chekki2mo commented 4 years ago

Hi Etienne: You are right , I am going to change this at the next pull. This is not blocking as long as you refer to the include directory. The header is not used in this solver.

Best