From 05f8a44b83a01ab60774a14b48c39067dc135171 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 22 Feb 2012 01:15:56 -0600 Subject: Removed dependency on OSUtil. The OSUtil is no longer used by the code. It has been removed from build scripts and tools. Ticket #90 --- pki/base/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'pki/base/CMakeLists.txt') diff --git a/pki/base/CMakeLists.txt b/pki/base/CMakeLists.txt index b5ea9b9fb..8a40e4247 100644 --- a/pki/base/CMakeLists.txt +++ b/pki/base/CMakeLists.txt @@ -1,7 +1,6 @@ project(base) # The order is important! -# add_subdirectory(osutil) if (APPLICATION_FLAVOR_PKI_CORE) add_subdirectory(test) add_subdirectory(setup) -- cgit