Verified Commit b04d18d9 authored by Marc Vef's avatar Marc Vef
Browse files

Fixing position independent code typo in path_util cmake

parent 349cc23b
Loading
Loading
Loading
Loading
Loading
+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