Skip to content

Commit

Permalink
CMake: mark zycore dependency as required
Browse files Browse the repository at this point in the history
Resolves #419
  • Loading branch information
athre0z committed Oct 1, 2023
1 parent 460570f commit 8a121be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ set(ZYAN_ZYCORE_PATH
# =============================================================================================== #

if (ZYAN_SYSTEM_ZYCORE)
find_package(Zycore)
find_package(Zycore REQUIRED)
else ()
# Try to initialize the Zycore submodule using Git
if (NOT EXISTS "${ZYAN_ZYCORE_PATH}/CMakeLists.txt" AND
Expand Down

0 comments on commit 8a121be

Please sign in to comment.