Remove PREFIX ""
parent
f638035e10
commit
0435efdebc
|
@ -103,10 +103,7 @@ set_target_properties(
|
|||
C_STANDARD 99)
|
||||
|
||||
if(WIN32)
|
||||
set_target_properties(
|
||||
cephes-gtsam
|
||||
PROPERTIES PREFIX ""
|
||||
COMPILE_FLAGS /w)
|
||||
set_target_properties(cephes-gtsam PROPERTIES COMPILE_FLAGS /w)
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
|
|
|
@ -10,7 +10,6 @@ endif()
|
|||
|
||||
if(WIN32)
|
||||
set_target_properties(metis-gtsam PROPERTIES
|
||||
PREFIX ""
|
||||
COMPILE_FLAGS /w
|
||||
WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
endif()
|
||||
|
|
|
@ -183,9 +183,7 @@ if(WIN32) # Add 'lib' prefix to static library to avoid filename collision with
|
|||
PREFIX "lib")
|
||||
target_compile_definitions(gtsam PRIVATE GTSAM_IMPORT_STATIC)
|
||||
else()
|
||||
set_target_properties(gtsam PROPERTIES
|
||||
PREFIX ""
|
||||
DEFINE_SYMBOL GTSAM_EXPORTS)
|
||||
set_target_properties(gtsam PROPERTIES DEFINE_SYMBOL GTSAM_EXPORTS)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
@ -107,7 +107,6 @@ if(WIN32) # Add 'lib' prefix to static library to avoid filename collision with
|
|||
COMPILE_DEFINITIONS GTSAM_UNSTABLE_IMPORT_STATIC)
|
||||
else()
|
||||
set_target_properties(gtsam_unstable PROPERTIES
|
||||
PREFIX ""
|
||||
DEFINE_SYMBOL GTSAM_UNSTABLE_EXPORTS)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue