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

Commit

Permalink
updated the path to the executable
Browse files Browse the repository at this point in the history
may have done this wrong bc I can't find the executable after compiling
  • Loading branch information
cwishard committed Oct 13, 2022
1 parent 1ddc637 commit f2c7c11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,14 @@ SET(USER ${SRC}/user)
SET(UTIL ${SRC}/util)
SET(WALLTIME ${SRC}/walltime)
SET(WHM ${SRC}/whm)
SET(EXE ${SRC})

# Have the .mod files placed in the lib folder
SET(CMAKE_Fortran_MODULE_DIRECTORY ${LIB})

# The source for the FOO binary and have it placed in the bin folder
ADD_SUBDIRECTORY(${EXE} ${BIN})

# The source for the EXE binary and have it placed in the bin folder
ADD_SUBDIRECTORY(${FOOEXE} ${BIN})

# Add a distclean target to the Makefile
ADD_CUSTOM_TARGET(distclean
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_SOURCE_DIR}/distclean.cmake
Expand Down

0 comments on commit f2c7c11

Please sign in to comment.