google / google/shaderc

${CMAKE_CFG_INTDIR} is deprecated and $<CONFIG> should be used instead

Open
#1,302 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.2k
Forks
445
Avg merge
11h 6m
Merged PRs (30d)
6

Description

I am building shaderc with the latest Xcode (v14.2) and CMake (v3.25.2). the line `set(libname ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${CMAKE_STATIC_LIBRARY_PREFIX}${new_target}${CMAKE_STATIC_LIBRARY_SUFFIX})` in shaderc/utils.cmake is not properly expanded by Xcode anymore. `${CMAKE_CFG_INTDIR}` should be replaced by `$` to make it work properly

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.