${CMAKE_CFG_INTDIR} is deprecated and $<CONFIG> should be used instead
Open
- 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
Assessment
This issue has not been assessed yet.