Skip to content

Commit

Permalink
Merge pull request #1041 from lukaszstolarczuk/fix-cmake-conda
Browse files Browse the repository at this point in the history
Fail codegen example configuration if no dependcies
  • Loading branch information
pbalcer authored Nov 6, 2023
2 parents 0e24ab8 + bdcb662 commit 7db941d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/codegen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ if(LLVM_FOUND AND PkgConfig_FOUND AND LLVMSPIRVLib_FOUND)
)
endif()
else()
message(STATUS "The environment did not satisfy dependency requirements (LLVM, PkgConfig, LLVMSPIRVLib) for codegen example (skipping target).")
message(FATAL_ERROR "The environment did not satisfy dependency requirements (LLVM, PkgConfig, LLVMSPIRVLib) for codegen example (skipping target).")
endif()

0 comments on commit 7db941d

Please sign in to comment.