Loading .gitignore +1 −2 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ playground *.pyc .hidden_playground/ test/build/ build/ .run/ src/common/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ endif() add_library(path_util STATIC ) set_property(TARGET metadata PROPERTY POSITION_INDEPENDENT_CODE ON) set_property(TARGET path_util PROPERTY POSITION_INDEPENDENT_CODE ON) target_sources(path_util PRIVATE Loading Loading
.gitignore +1 −2 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ playground *.pyc .hidden_playground/ test/build/ build/ .run/
src/common/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ endif() add_library(path_util STATIC ) set_property(TARGET metadata PROPERTY POSITION_INDEPENDENT_CODE ON) set_property(TARGET path_util PROPERTY POSITION_INDEPENDENT_CODE ON) target_sources(path_util PRIVATE Loading