Skip to content

Commit

Permalink
fix path checked for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Dec 3, 2024
1 parent 3e835a9 commit 0ae8b8a
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 @@ -28,7 +28,7 @@ if (BUILD_UWUW)
endif()

# Check to see if submodules exist (by checking one)
if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/src/pyne/pyne/readme.rst")
if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/pyne/pyne/readme.rst")
message(FATAL_ERROR "The git submodules were not downloaded! GIT_SUBMODULE was \
turned off or failed. Please update submodules and try again.")
endif()
Expand Down

0 comments on commit 0ae8b8a

Please sign in to comment.