Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.

Commit d3f504d

Browse files
committed
1 parent 149c502 commit d3f504d

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
@@ -13,7 +13,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
1313
endif()
1414

1515
add_library(json11 json11.cpp)
16-
target_include_directories(json11 PUBLIC ${CMAKE_SOURCE_DIR})
16+
target_include_directories(json11 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
1717
target_compile_options(json11
1818
PRIVATE -fPIC -fno-rtti -fno-exceptions -Wall -Wextra -Werror)
1919
configure_file("json11.pc.in" "json11.pc" @ONLY)

0 commit comments

Comments
 (0)