diff --git a/.gitignore b/.gitignore index 2607c5bd40667aba98dae1f74d83e922be9d46a4..ec58526e1aefbf49f3a643e8683cda8c29ff12cb 100644 --- a/.gitignore +++ b/.gitignore @@ -83,7 +83,6 @@ playground *.pyc .hidden_playground/ - test/build/ - build/ +.run/ diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 65a99beec67294dcc9b9029ea071272ee25aeb90..975432e55d0565dc47f1435e3f38daadf153dd27 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -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