Skip to content

Commit

Permalink
Merge pull request #923 from eschnett/master
Browse files Browse the repository at this point in the history
Correct BLAS and RNPL cmake tests
  • Loading branch information
hkaiser committed Oct 4, 2013
2 parents e537f4e + 77a081a commit 1038c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/FindHPX_BLAS.cmake
Expand Up @@ -10,6 +10,6 @@ endif()
hpx_find_package(BLAS
LIBRARIES blas libblas
LIBRARY_PATHS lib64 lib
HEADERS cblas.h bbhutil.h
HEADERS cblas.h
HEADER_PATHS include)

2 changes: 1 addition & 1 deletion cmake/FindHPX_RNPL.cmake
Expand Up @@ -20,7 +20,7 @@ endif()
hpx_find_package(RNPL
LIBRARIES bbhutil libbbhutil
LIBRARY_PATHS lib64 lib
HEADERS sdf.h
HEADERS bbhutil.h sdf.h
HEADER_PATHS include)

if(RNPL_FOUND AND NOT HPX_SET_RNPL_MACRO)
Expand Down

0 comments on commit 1038c5f

Please sign in to comment.