Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into DocumentationTesting
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Nov 1, 2022
2 parents 0e7bd31 + 87dd80c commit 81bd06e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ SET(FOO_src
${SRC}/symba/symba_setup.f90
${SRC}/symba/symba_step.f90
${SRC}/symba/symba_util.f90
${SRC}/tides/tides_getacch_pl.f90
${SRC}/tides/tides_spin_step.f90
${SRC}/user/user_getacch.f90
${SRC}/util/util_append.f90
${SRC}/util/util_coord.f90
Expand Down Expand Up @@ -137,4 +135,4 @@ IF(WIN32)
ELSE()
SET(CMAKE_INSTALL_PREFIX /usr/local)
ENDIF(WIN32)
INSTALL(TARGETS ${FOOEXE} RUNTIME DESTINATION bin)
INSTALL(TARGETS ${FOOEXE} RUNTIME DESTINATION bin)

0 comments on commit 81bd06e

Please sign in to comment.