Skip to content

Commit

Permalink
Add libyaml to install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
justsz committed Nov 2, 2022
1 parent 35274b3 commit 848d4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ if ("${CMAKE_Fortran_COMPILER_ID}" MATCHES "GNU")
endif()
endif()

install(TARGETS libyaml_interface fortran-yaml-c DESTINATION lib)
install(TARGETS yaml libyaml_interface fortran-yaml-c DESTINATION lib)
install(DIRECTORY ${CMAKE_BINARY_DIR}/modules DESTINATION .)

0 comments on commit 848d4bc

Please sign in to comment.