Commit d067bac5 authored by Ramon Nou's avatar Ramon Nou
Browse files

Merge branch '182-cmake-path_util-position-independent-code-flag-incorrect' into 'master'

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

Closes #182

See merge request !115
parents 29c1c215 b04d18d9
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ playground
*.pyc

.hidden_playground/

test/build/

build/
.run/
+1 −1
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