Skip to content

Commit

Permalink
Add cmake prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Mar 28, 2024
1 parent 079caff commit 29a4dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (EXAWIND_ENABLE_UMPIRE)
include_directories(SYSTEM ${UMPIRE_INCLUDE_DIRS})
endif()

set(CMAKE_PREFIX_PATH ${Nalu-Wind_DIR} ${AMR-Wind_DIR}
set(CMAKE_PREFIX_PATH ${Nalu-Wind_DIR} ${Trilinos_DIR} ${AMR-Wind_DIR}
${OpenFAST_DIR} ${TIOGA_DIR}
${YAML-CPP_DIR} ${CMAKE_PREFIX_PATH})

Expand Down

0 comments on commit 29a4dff

Please sign in to comment.