Skip to content

Commit ed5d806

Browse files
committed
delete static library for windows
1 parent 8e18bad commit ed5d806

File tree

51 files changed

+53
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+53
-53
lines changed

tests/2d_examples/test_1d_shock_tube/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
1414

1515
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1616
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
17-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
17+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1818
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1919
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2020
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_T_shaped_pipe/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
1414

1515
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1616
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
17-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
17+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1818
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1919
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2020
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_airfoil/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ add_test(NAME ${PROJECT_NAME}_particle_relaxation
3131
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
3232
set_target_properties(${PROJECT_NAME} PROPERTIES VS_DEBUGGER_WORKING_DIRECTORY "${EXECUTABLE_OUTPUT_PATH}")
3333
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
34-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
34+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
3535
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
3636
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
3737
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_collision/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME} --r=false --i=true)
1515

1616
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1717
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
18-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
18+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1919
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
2020
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2121
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_dambreak/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_test(NAME ${PROJECT_NAME}_restart COMMAND ${PROJECT_NAME} --restart_step=400
1515

1616
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1717
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
18-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
18+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1919
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
2020
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2121
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_depolarization/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
1414

1515
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1616
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
17-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
17+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1818
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1919
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2020
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_diffusion/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
1414

1515
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1616
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
17-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
17+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1818
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1919
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2020
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_elastic_gate/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
1414

1515
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1616
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
17-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
17+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1818
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1919
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2020
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_eulerian_taylor_green/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
1414

1515
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1616
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
17-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
17+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1818
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1919
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2020
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

tests/2d_examples/test_2d_filling_tank/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
1515

1616
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
1717
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES})
18-
add_dependencies(${PROJECT_NAME} sphinxsys_2d sphinxsys_static_2d)
18+
add_dependencies(${PROJECT_NAME} sphinxsys_2d)
1919
else(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
2020
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2121
target_link_libraries(${PROJECT_NAME} sphinxsys_2d ${TBB_LIBRARYS} ${Simbody_LIBRARIES} ${Boost_LIBRARIES} stdc++)

0 commit comments

Comments
 (0)