diff options
author | Jaywalker <jwilliams@nsllc.com> | 2018-02-06 17:47:38 -0600 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-08-17 12:54:19 -1000 |
commit | f8293b36df6ba2ccc56334c4a4f2477275732577 (patch) | |
tree | b72837f3dfe2e612f9b552e691945a6a6e6db62c /apt-pkg | |
parent | f8a7209230c32d80b870cbc122364c4f204cfe2c (diff) |
Build system changes
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/CMakeLists.txt b/apt-pkg/CMakeLists.txt index ce73c6a34..318c6d798 100644 --- a/apt-pkg/CMakeLists.txt +++ b/apt-pkg/CMakeLists.txt @@ -37,7 +37,7 @@ file(GLOB_RECURSE headers "*.h") # Create a library using the C++ files add_library(apt-pkg SHARED ${library}) -add_dependencies(apt-pkg apt-pkg-versionscript) +#add_dependencies(apt-pkg apt-pkg-versionscript) # Link the library and set the SONAME target_include_directories(apt-pkg PRIVATE ${ZLIB_INCLUDE_DIRS} |