Skip to content

Commit

Permalink
update docs to link to manual for spack build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Feb 2, 2024
1 parent c154de2 commit e369118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ message(STATUS "This is an MPI build? ${USE_MPI}")



# TODO: Link to the docs describing the migration

if(BUILD_WITH_CONAN)
message(FATAL_ERROR "Building CHM with conan is no longer supported in favour of using spack. Please revise build env accordingly")
message(FATAL_ERROR "Building CHM with conan is no longer supported in favour of using spack. Please revise build env accordingly.\n https://chm.readthedocs.io/en/dev/build.html")
endif()

if(NOT USE_MPI)
Expand Down

0 comments on commit e369118

Please sign in to comment.