Skip to content

Commit 822b9fc

Browse files
committed
Making fixes to the CMakeLists for sanity.
1 parent 5056125 commit 822b9fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libs/network/src/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88

99
include_directories(${CPP-NETLIB_SOURCE_DIR}/include)
10+
include_directories(${CPP-NETLIB_SOURCE_DIR})
1011

1112
set(CPP-NETLIB_URI_SRCS uri/uri.cpp uri/schemes.cpp)
1213
add_library(cppnetlib-uri ${CPP-NETLIB_URI_SRCS})

libs/network/test/uri/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# (See accompanying file LICENSE_1_0.txt or copy at
55
# http://www.boost.org/LICENSE_1_0.txt)
66

7-
include_directories(${CPP-NETLIB_SOURCE_DIR}/include)
7+
include_directories(${CPP-NETLIB_SOURCE_DIR})
88

99
if (Boost_FOUND)
1010
set(

0 commit comments

Comments
 (0)