Skip to content

Commit

Permalink
Merge pull request #9 from bjonkman/f/Hydro_SeaState_PR1008
Browse files Browse the repository at this point in the history
A few minor updates
  • Loading branch information
luwang00 committed May 10, 2023
2 parents be08721 + 4786b33 commit 0d9e76d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion modules/openfast-library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ set_target_properties(openfast_postlib PROPERTIES PUBLIC_HEADER src/FAST_Library
# OpenFAST Library static (openfast, FAST.Farm, Simulink)
add_library(openfastlib_static INTERFACE)
target_link_libraries(openfastlib_static INTERFACE openfast_postlib wdlib awaelib)
set_target_properties(openfastlib_static PROPERTIES LINKER_LANGUAGE Fortran)

# OpenFAST Library shared (Python, openfast_cpp, openfastcpplib)
add_library(openfastlib SHARED src/FAST_Library.f90)
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/r-test
2 changes: 1 addition & 1 deletion unit_tests/version/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Tell CMake not to look for this file to exist since its generated by pFUnit during compile
set_source_files_properties(${pfunit_directory}/include/driver.F90 PROPERTIES GENERATED 1)

set(module_name "versioninfolib")
set(module_name "versioninfo")
set(module_directory "version")
set(module_library "versioninfolib")

Expand Down
2 changes: 1 addition & 1 deletion vs-build/AeroDyn/AeroDyn_Driver.vfproj
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
<File RelativePath="..\..\modules\nwtc-library\src\VTK.f90"/>
<File RelativePath="..\..\modules\nwtc-library\src\SingPrec.f90"/>
<File RelativePath="..\..\modules\nwtc-library\src\SysIVF.f90"/>
<File RelativePath="..\..\modules\nwtc-library\src\VTK.f90"/></Filter>
<File RelativePath="..\..\modules\nwtc-library\src\YAML.f90"/></Filter>
<Filter Name="UnsteadyAero">
<Filter Name="RegistryFiles">
<File RelativePath="..\..\modules\AeroDyn\src\UnsteadyAero_Registry.txt">
Expand Down

0 comments on commit 0d9e76d

Please sign in to comment.