Skip to content

Commit 3f8f2fc

Browse files
committed
Remove ExternalProject includes from Cmake
It wasn't being used at all.
1 parent 6e36fc1 commit 3f8f2fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ project(httplib VERSION 0.5.12 LANGUAGES CXX)
44

55
# Include
66
include(GNUInstallDirs)
7-
include(ExternalProject)
87

98
add_library(${PROJECT_NAME} INTERFACE)
109
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_11)

0 commit comments

Comments
 (0)