Skip to content

Commit

Permalink
Remove OpenFAST version specifier. (Exawind#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Apr 12, 2022
1 parent d5d2a2b commit 9c37a4a
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 @@ -142,7 +142,7 @@ endif()

if(AMR_WIND_ENABLE_OPENFAST)
set(CMAKE_PREFIX_PATH ${OPENFAST_DIR} ${CMAKE_PREFIX_PATH})
find_package(OpenFAST 2.6.0 REQUIRED)
find_package(OpenFAST REQUIRED)
include(CheckIncludeFileCXX)
set(CMAKE_REQUIRED_INCLUDES "${OpenFAST_INCLUDE_DIRS}")
check_include_file_cxx("SCDataEx_Types.h" USE_SCDX)
Expand Down

0 comments on commit 9c37a4a

Please sign in to comment.