mirror of https://gitee.com/bigwinds/arangodb
try to fix Windows build
This commit is contained in:
parent
48e31ce7e5
commit
8c55d5adcd
|
@ -63,7 +63,6 @@ target_include_directories(
|
|||
target_link_libraries(${TEST_BASICS_SUITE}
|
||||
${LIB_ARANGO}
|
||||
${SYSTEM_LIBRARIES}
|
||||
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
|
||||
)
|
||||
|
||||
if (NOT USE_PRECOMPILED_V8)
|
||||
|
@ -85,7 +84,6 @@ add_executable(${TEST_GEO_SUITE}
|
|||
target_link_libraries(${TEST_GEO_SUITE}
|
||||
${LIB_ARANGO}
|
||||
${SYSTEM_LIBRARIES}
|
||||
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
|
||||
)
|
||||
|
||||
if (NOT USE_PRECOMPILED_V8)
|
||||
|
|
|
@ -92,7 +92,6 @@ if (MSVC)
|
|||
else ()
|
||||
set(LIB_ARANGO_POSIX
|
||||
ApplicationFeatures/DaemonFeature.cpp
|
||||
ApplicationFeatures/PrivilegeFeature.cpp
|
||||
ApplicationFeatures/SupervisorFeature.cpp
|
||||
Basics/locks-posix.cpp
|
||||
Basics/memory-map-posix.cpp
|
||||
|
|
Loading…
Reference in New Issue