~lamss-members/lamss/debian-ivp

« back to all changes in this revision

Viewing changes to patches/02-fpic

  • Committer: Toby Schneider
  • Date: 2019-02-25 15:50:19 UTC
  • Revision ID: toby@gobysoft.org-20190225155019-ghe5omvgofppe1sc
Updates to 17.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: moos-ivp-17.7+svn7870/ivp/src/CMakeLists.txt
 
2
===================================================================
 
3
--- moos-ivp-17.7+svn7870.orig/ivp/src/CMakeLists.txt
 
4
+++ moos-ivp-17.7+svn7870/ivp/src/CMakeLists.txt
 
5
@@ -23,6 +23,8 @@ ELSE()
 
6
   REMOVE_DEFINITIONS(-D_USE_UNIQUE_PTR)
 
7
 ENDIF()
 
8
 
 
9
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
 
10
+
 
11
 #===============================================================================
 
12
 # FINDING MOOS' HEADERS AND LIBRARIES...
 
13
 #===============================================================================