diff options
author | Jaywalker <jwilliams@nsllc.com> | 2018-02-06 17:47:38 -0600 |
---|---|---|
committer | Jaywalker <jwilliams@nsllc.com> | 2018-02-06 17:47:38 -0600 |
commit | 8d211461abde461bb193c0eb8fd768d748d737f0 (patch) | |
tree | 8c0dd21469e63ff9c4f847c0897f4be4ac1663db /apt-pkg/CMakeLists.txt | |
parent | fb97f9603ada7961f30b123962a11981aee475a3 (diff) |
Build system changes
Diffstat (limited to 'apt-pkg/CMakeLists.txt')
-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 25ed13ec3..3620b66e9 100644 --- a/apt-pkg/CMakeLists.txt +++ b/apt-pkg/CMakeLists.txt @@ -35,7 +35,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} |