Skip to content

Commit

Permalink
Merge pull request #6 from rafmudaf/f/fast-farm
Browse files Browse the repository at this point in the history
Bug fix: update paths for modules in CMake
  • Loading branch information
jjonkman authored Sep 25, 2019
2 parents fd3e207 + 6658a2a commit 93d7cb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ foreach(IDIR IN ITEMS ${OPENFAST_MODULES})
endforeach(IDIR IN ITEMS ${OPENFAST_MODULES})

if (BUILD_FAST_FARM)
add_subdirectory("${CMAKE_SOURCE_DIR}/modules-local/wakedynamics")
add_subdirectory("${CMAKE_SOURCE_DIR}/modules-local/awae")
set_registry_includes("modules-local" wakedynamics)
set_registry_includes("modules-local" awae)
add_subdirectory("${CMAKE_SOURCE_DIR}/modules/wakedynamics")
add_subdirectory("${CMAKE_SOURCE_DIR}/modules/awae")
set_registry_includes("modules" wakedynamics)
set_registry_includes("modules" awae)
endif()

add_subdirectory(glue-codes)
Expand Down Expand Up @@ -171,4 +171,4 @@ endif()
option(BUILD_DOCUMENTATION "Build documentation." OFF)
if(BUILD_DOCUMENTATION)
add_subdirectory(docs)
endif()
endif()

0 comments on commit 93d7cb2

Please sign in to comment.