Skip to content

Commit 9efe81c

Browse files
committed
correct folder was already included
1 parent fbbf118 commit 9efe81c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "" SUFFIX ".node")
108108
target_include_directories(${PROJECT_NAME} PRIVATE
109109
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
110110
$<INSTALL_INTERFACE:include>
111-
${CMAKE_JS_INC}
112-
${CMAKE_JS_INC}/node)
111+
${CMAKE_JS_INC})
113112

114113
aws_use_package(aws-c-http REQUIRED)
115114
aws_use_package(aws-c-mqtt REQUIRED)

0 commit comments

Comments
 (0)