Skip to content

Commit

Permalink
White space
Browse files Browse the repository at this point in the history
  • Loading branch information
cburstedde committed May 24, 2024
1 parent 83b780f commit ab87ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ if( SC_USE_INTERNAL_ZLIB )
include( ${CMAKE_CURRENT_LIST_DIR}/zlib.cmake )
else()
find_package( ZLIB )

if( NOT ZLIB_FOUND )
set( SC_USE_INTERNAL_ZLIB ON )
message( STATUS "Using internal zlib" )
include( ${CMAKE_CURRENT_LIST_DIR}/zlib.cmake )
else()
set(CMAKE_REQUIRED_LIBRARIES ZLIB::ZLIB)

check_c_source_compiles(
"#include <zlib.h>
int main(){
Expand Down
1 change: 1 addition & 0 deletions doc/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
### Build system

- Streamline CMake configuration
- Make sure to use SC_ENABLE_* CMake variables
- Adapt CMake CI to matrix of latest compilers

## 2.8.6
Expand Down

0 comments on commit ab87ede

Please sign in to comment.