cmake: Remove unused variable
authorAndreas Schneider <asn@samba.org>
Thu, 17 Oct 2019 13:41:06 +0000 (15:41 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Sun, 20 Oct 2019 13:03:54 +0000 (15:03 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
tests/CMakeLists.txt

index 6056937ffc75e8ac1dd3bd316d49b5232cf7ccb8..1ae3d86de4d2e8a6310a27debca4c8e1040a9474 100644 (file)
@@ -1,7 +1,5 @@
 project(tests C)
 
-set(PRELOAD_LIBS ${UID_WRAPPER_LOCATION})
-
 function(ADD_CMOCKA_TEST_ENVIRONMENT _TEST_NAME)
     if (CMAKE_BUILD_TYPE)
         string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)