File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11message ( "this hostconfig assumes you are using homebrew" )
2- message ( "brew install bison cmake gcc git-lfs open-mpi openblas python3" )
2+ message ( "brew install bison cmake gcc git-lfs open-mpi openblas python3 llvm cppcheck lcov " )
33
44message ( "CMAKE_SYSTEM_PROCESSOR = ${CMAKE_SYSTEM_PROCESSOR} " )
55message ("CONFIG_NAME = ${CONFIG_NAME} " )
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ set( hpcReact_headers
1212 reactions/bulkGeneric/SpeciesUtilities.hpp
1313 )
1414
15- set ( hpcReact_sources
16- )
15+ set ( hpcReact_sources)
1716
1817find_package (LAPACK REQUIRED)
1918find_package (BLAS REQUIRED)
@@ -35,11 +34,13 @@ blt_add_library( NAME hpcReact
3534
3635target_include_directories ( hpcReact
3736 INTERFACE
38- $<BUILD_INTERFACE:${CMAKE_BINARY_DIR} /include >
39- $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR} /src >
37+ $<BUILD_INTERFACE:${CMAKE_BINARY_DIR} .. /include >
38+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} >
4039 $<INSTALL_INTERFACE:include > )
4140
4241blt_print_target_properties( TARGET hpcReact )
42+ message (STATUS "HPCReact/src CMAKE_CURRENT_SOURCE_DIR: ${CMAKE_CURRENT_SOURCE_DIR} " )
43+
4344# install( FILES ${hpcReact_headers}
4445# DESTINATION include )
4546
You can’t perform that action at this time.
0 commit comments