From: <ai...@us...> - 2014-01-16 05:44:30
|
Revision: 12944 http://sourceforge.net/p/plplot/code/12944 Author: airwin Date: 2014-01-16 05:44:27 +0000 (Thu, 16 Jan 2014) Log Message: ----------- Remove (now-)redundant -geometry options from wish test targets. Modified Paths: -------------- trunk/examples/CMakeLists.txt Modified: trunk/examples/CMakeLists.txt =================================================================== --- trunk/examples/CMakeLists.txt 2014-01-15 23:13:47 UTC (rev 12943) +++ trunk/examples/CMakeLists.txt 2014-01-16 05:44:27 UTC (rev 12944) @@ -1037,7 +1037,7 @@ # tests that use "package require Pltk" only work if # BUILD_SHARED_LIBS is true. add_custom_target(test_wish_standard_examples - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/tk/wish_standard_examples -geometry 800x600 + COMMAND ${CMAKE_CURRENT_BINARY_DIR}/tk/wish_standard_examples WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/tk ) add_dependencies(test_wish_standard_examples @@ -1130,7 +1130,7 @@ # tests that use "package require Plplotter" only work if # BUILD_SHARED_LIBS is true. add_custom_target(test_wish_runAllDemos - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/tk/wish_runAllDemos -geometry 800x600 + COMMAND ${CMAKE_CURRENT_BINARY_DIR}/tk/wish_runAllDemos WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/tk ) add_dependencies(test_wish_runAllDemos This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |