Skip to content

Commit

Permalink
Add ecbuild search hint parallel to source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Oct 5, 2020
1 parent e95ad41 commit ab0f9df
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 @@ -11,7 +11,7 @@

cmake_minimum_required( VERSION 3.12 FATAL_ERROR )

find_package( ecbuild 3.0.0 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} )
find_package( ecbuild 3.0.0 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild )

project( fckit LANGUAGES C CXX Fortran )

Expand Down

0 comments on commit ab0f9df

Please sign in to comment.