# HG changeset patch # User Tassilo Philipp # Date 1663759591 -7200 # Node ID c1208587091c950e0d3bd1eeee40546019a378e9 # Parent 22e4e3f06797f45f9935caca517af2d30c017688 - missed cmake build line to be removed given last commit diff -r 22e4e3f06797 -r c1208587091c test/CMakeLists.txt --- a/test/CMakeLists.txt Wed Sep 21 13:25:35 2022 +0200 +++ b/test/CMakeLists.txt Wed Sep 21 13:26:31 2022 +0200 @@ -26,7 +26,6 @@ add_subdirectory(thunk) add_subdirectory(malloc_wx) add_subdirectory(callback_plain) -add_subdirectory(sharedlib) if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86" AND CMAKE_CXX_COMPILER) add_subdirectory(suite_x86win32fast)