Skip to content

Commit

Permalink
Some cleaning in Cmake files.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 11, 2024
1 parent a0f29ad commit 2ceeddf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions QuaZipConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ FetchContent_Declare(
)

FetchContent_MakeAvailable(QuaZip)

include_directories(${CMAKE_CURRENT_BINARY_DIR}/_deps/quazip-src)
1 change: 0 additions & 1 deletion ZlibConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ execute_process(COMMAND ${CMAKE_COMMAND} --build .
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/zlib )

set(ZLIB_ROOT ${CMAKE_CURRENT_BINARY_DIR}/zlib/install)
find_package(ZLIB REQUIRED)
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/zlib/install/include)

0 comments on commit 2ceeddf

Please sign in to comment.