File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -237,9 +237,9 @@ set(GLSLANG_GENERATED_INCLUDEDIR "${CMAKE_BINARY_DIR}/include")
237
237
################################################################################
238
238
# Build version information generation
239
239
################################################################################
240
- set (GLSLANG_CHANGES_FILE "${CMAKE_SOURCE_DIR } /CHANGES.md" )
241
- set (GLSLANG_BUILD_INFO_PY "${CMAKE_SOURCE_DIR } /build_info.py" )
242
- set (GLSLANG_BUILD_INFO_H_TMPL "${CMAKE_SOURCE_DIR } /build_info.h.tmpl" )
240
+ set (GLSLANG_CHANGES_FILE "${CMAKE_CURRENT_SOURCE_DIR } /CHANGES.md" )
241
+ set (GLSLANG_BUILD_INFO_PY "${CMAKE_CURRENT_SOURCE_DIR } /build_info.py" )
242
+ set (GLSLANG_BUILD_INFO_H_TMPL "${CMAKE_CURRENT_SOURCE_DIR } /build_info.h.tmpl" )
243
243
set (GLSLANG_BUILD_INFO_H "${GLSLANG_GENERATED_INCLUDEDIR} /glslang/build_info.h" )
244
244
245
245
# Command to build the build_info.h file
You can’t perform that action at this time.
0 commit comments