Resolve "CMake: `path_util` position independent code flag incorrect"

Closes #182 (closed)

Edited by Marc Vef

Merge request reports

Loading
+1 −1
Changes for src/common/CMakeLists.txt: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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
+1 −2
Changes for .gitignore: 1 added line, 2 removed lines.
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ playground
*.pyc

.hidden_playground/

test/build/

build/
.run/
Loading