Skip to content

Commit

Permalink
Cleanup some comments left from prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Jan 9, 2024
1 parent cc8206f commit 96319ee
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 17 deletions.
3 changes: 0 additions & 3 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Default to cmake minimum in master CMakeLists.txt file
# cmake_minimum_required(VERSION 3.5)

project(3rdparty)

# Note: All files in the cmake dir will be included as if they were in this file.
Expand Down
3 changes: 0 additions & 3 deletions 3rdparty/cmake/hunspell.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Default to cmake minimum in master CMakeLists.txt file
# cmake_minimum_required( VERSION 3.5 )

PROJECT(hunspell CXX)

set( HUNSPELL_LIBRARIES ${PROJECT_NAME} CACHE INTERNAL "" )
Expand Down
3 changes: 0 additions & 3 deletions 3rdparty/cmake/minizip.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Default to cmake minimum in master CMakeLists.txt file
# cmake_minimum_required(VERSION 3.5)

project(minizip C)

set( MINIZIP_LIBRARIES ${PROJECT_NAME} CACHE INTERNAL "" )
Expand Down
3 changes: 0 additions & 3 deletions 3rdparty/cmake/pcre2.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Default to cmake minimum in master CMakeLists.txt file
# cmake_minimum_required(VERSION 3.5)

project(pcre2 C)

INCLUDE(CheckIncludeFile)
Expand Down
3 changes: 0 additions & 3 deletions 3rdparty/cmake/zlib.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Default to cmake minimum in master CMakeLists.txt file
# cmake_minimum_required( VERSION 3.5 )

PROJECT(zlib C)

set( ZLIB_LIBRARIES ${PROJECT_NAME} CACHE INTERNAL "" )
Expand Down
3 changes: 1 addition & 2 deletions internal/gumbo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
#
#########################################################

# Default to cmake minimum in master CMakeLists.txt file
# cmake_minimum_required( VERSION 3.5 )
cmake_minimum_required( VERSION 3.5 )

project( sigilgumbo C )

Expand Down

0 comments on commit 96319ee

Please sign in to comment.