Skip to content
Snippets Groups Projects
Commit 4a2d5328 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

WRG: add no-var-tracking option for otbVectorDataStyle

parent 97e623a5
Branches
Tags
No related merge requests found
......@@ -2,8 +2,12 @@ set(OTBVectorDataRendering_SRC
otbVectorDataStyle.cxx
)
if(CMAKE_COMPILER_IS_GNUCXX)
set_source_files_properties( ${CMAKE_CURRENT_SOURCE_DIR}/otbVectorDataStyle.cxx COMPILE_FLAGS "-fno-var-tracking")
endif()
add_library(OTBVectorDataRendering ${OTBVectorDataRendering_SRC})
target_link_libraries(OTBVectorDataRendering
target_link_libraries(OTBVectorDataRendering
${OTBMapnik_LIBRARIES}
${OTBVectorDataBase_LIBRARIES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment