Skip to content

Commit

Permalink
Added debug suffix for ngraph dependencies (#6303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jun 23, 2021
1 parent c483cdc commit afe033a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ngraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ set(NGRAPH_FORWARD_CMAKE_ARGS
-DCMAKE_CXX_EXTENSIONS:BOOL=${CMAKE_CXX_EXTENSIONS}
-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=${CMAKE_EXPORT_COMPILE_COMMANDS}
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=${CMAKE_POSITION_INDEPENDENT_CODE}
-DCMAKE_DEBUG_POSTFIX=${CMAKE_DEBUG_POSTFIX}
-DCMAKE_RELEASE_POSTFIX=${CMAKE_RELEASE_POSTFIX}
)

if(CMAKE_TOOLCHAIN_FILE)
Expand Down

0 comments on commit afe033a

Please sign in to comment.