Skip to content

Commit 2212de5

Browse files
committed
Merge branch 'master' of github.com:Devsh-Graphics-Programming/Nabla into hlsl
2 parents 442ebbc + ae03bc5 commit 2212de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/builtin/utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function(ADD_CUSTOM_BUILTIN_RESOURCES _TARGET_NAME_ _BUNDLE_NAME_ _BUNDLE_SEARCH
114114
LIST_RESOURCE_FOR_ARCHIVER("${_CURRENT_ALIAS_}" "${_FILE_SIZE_}" "${_ITR_}")
115115
endforeach()
116116
else()
117-
message(FATAL_ERROR "!") # TODO: set GENERATED property, therefore we could turn some input into output and list it as builtin resource
117+
message(FATAL_ERROR "You have requested '${NBL_BUILTIN_RESOURCE_ABS_PATH}' to be builtin resource but it doesn't exist!") # TODO: set GENERATED property, therefore we could turn some input into output and list it as builtin resource
118118
endif()
119119

120120
math(EXPR _ITR_ "${_ITR_} + 1")

0 commit comments

Comments
 (0)