Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 8d49317

Browse files
authored
Fix CMAKE_INCLUDE_CURRENT_DIR typo (#49)
Signed-off-by: Isaac Hier <[email protected]>
1 parent acfb850 commit 8d49317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ configure_file(
247247
src/jaegertracing/Constants.h.in
248248
src/jaegertracing/Constants.h
249249
@ONLY)
250-
set(CMAKE_INSTALL_CURRENT_DIR ON)
250+
set(CMAKE_INCLUDE_CURRENT_DIR ON)
251251

252252
if(BUILD_TESTING)
253253
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/src/jaegertracing/testutils")

0 commit comments

Comments
 (0)