Skip to content

Commit

Permalink
[lsts] proper call to pic_protect (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredpy committed May 19, 2015
1 parent eb57a62 commit 57555ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/third_party/lsts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ include_directories(${EUROPA_INCLUDE_DIRS})
include_directories(${CMAKE_SOURCE_DIR}/extra/europa)

install(FILES ${DUNE_CORE_LIB} DESTINATION lib)
pic_protect(DUNE_CORE_LIB)
pic_protect(${DUNE_CORE_LIB})
message(STATUS "PIC protection: ${DUNE_CORE_LIB}")


Expand Down

0 comments on commit 57555ee

Please sign in to comment.