Skip to content

Commit d0647eb

Browse files
committed
Add missing f
1 parent cf3e214 commit d0647eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cmake/embedded_paths.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function(TargetStripBuildDirectoryInformation)
3232
OR
3333
(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "3.8")
3434
)
35-
target_compile_options(${STRIP_BUILD_DIR_INFO_TARGET} PRIVATE "$<$<COMPILE_LANGUAGE:C,CXX>:-debug-prefix-map=${CMAKE_SOURCE_DIR}=.>")
36-
target_compile_options(${STRIP_BUILD_DIR_INFO_TARGET} PRIVATE "$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-Xcompiler -debug-prefix-map=${CMAKE_SOURCE_DIR}=.>")
35+
target_compile_options(${STRIP_BUILD_DIR_INFO_TARGET} PRIVATE "$<$<COMPILE_LANGUAGE:C,CXX>:-fdebug-prefix-map=${CMAKE_SOURCE_DIR}=.>")
36+
target_compile_options(${STRIP_BUILD_DIR_INFO_TARGET} PRIVATE "$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-Xcompiler -fdebug-prefix-map=${CMAKE_SOURCE_DIR}=.>")
3737
endif()
3838
endfunction()

0 commit comments

Comments
 (0)