shaderc icon indicating copy to clipboard operation
shaderc copied to clipboard

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

Open jjiangweilan opened this issue 2 years ago • 0 comments

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 $<CONFIG> to make it work properly

jjiangweilan avatar Jan 24 '23 15:01 jjiangweilan