Put in some changes along sg1.4 dev history.
This commit is contained in:
@@ -12,15 +12,4 @@ set(LLCOMMON_INCLUDE_DIRS
|
||||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
# Files that need PIC code (pluginAPI) need to set REQUIRE_PIC on 64bit systems
|
||||
# this will link against a llcommon built with Position Independent Code
|
||||
# this is a requirment to link a static library (.a) to a DSO on 64 bit systems
|
||||
|
||||
if(REQUIRE_PIC)
|
||||
set(LLCOMMON_LIBRARIES llcommonPIC)
|
||||
else(REQUIRE_PIC)
|
||||
set(LLCOMMON_LIBRARIES llcommon)
|
||||
endif(REQUIRE_PIC)
|
||||
|
||||
#force clear the flag, files that need this must explicity set it themselves
|
||||
set(REQUIRE_PIC 0)
|
||||
set(LLCOMMON_LIBRARIES llcommon)
|
||||
|
||||
Reference in New Issue
Block a user