We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6988a51 commit af20b14Copy full SHA for af20b14
cmake/macros/Private.cmake
@@ -480,7 +480,7 @@ function(_pxr_enable_precompiled_header TARGET_NAME)
480
# Headers live in subdirectories.
481
set(rel_output_header_path "${PXR_PREFIX}/${TARGET_NAME}/${output_header_name}")
482
set(abs_output_header_path "${PROJECT_BINARY_DIR}/include/${rel_output_header_path}")
483
- set(abs_precompiled_path ${PROJECT_BINARY_DIR}/include/${PXR_PREFIX}/${TARGET_NAME}/${precompiled_name})
+ set(abs_precompiled_path ${PROJECT_BINARY_DIR}/include/${PXR_PREFIX}/${TARGET_NAME}/${CMAKE_BUILD_TYPE}/${precompiled_name})
484
485
# Additional compile flags to use precompiled header. This will be
486
set(compile_flags "")
0 commit comments