Skip to content

Commit

Permalink
Correct BLAS and RNPL cmake tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Oct 4, 2013
1 parent fe9eec1 commit 77a081a
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 77a081a

Please sign in to comment.