Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 21, 2024
1 parent cce236c commit 52657a4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ add_subdirectory(streams)
add_subdirectory(dshr)

if(NOT DISABLE_FoX)
# FetchContent_Declare(fox
# GIT_REPOSITORY https://github.com/ESMCI/fox.git
# GIT_TAG 4.1.2.1
# SOURCE_DIR ${FOX_ROOT}
# BINARY_DIR ${FOX_ROOT}/..
# )
# FetchContent_GetProperties(fox)
# if(NOT fox_POPULATED)
# FetchContent_Populate(fox)
# message(STATUS "FoX source dir: ${fox_SOURCE_DIR}")
# message(STATUS "FoX binary dir: ${fox_BINARY_DIR}")
# endif()
add_subdirectory(fox)

target_include_directories(streams PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/fox/include>
Expand Down

0 comments on commit 52657a4

Please sign in to comment.