1
0
mirror of https://github.com/nlohmann/json synced 2024-11-15 16:50:06 +00:00

cmake: add back trailing slash to NLOHMANN_JSON_SOURCE_DIR

This commit is contained in:
Théo DELRIEU 2018-01-13 12:27:33 +01:00
parent a66b2d20c6
commit 922b56e492
No known key found for this signature in database
GPG Key ID: 51AC4B3A2C47C10F

View File

@ -21,7 +21,7 @@ option(JSON_BuildTests "Build the unit tests when BUILD_TESTING is enabled." ON)
## CONFIGURATION
##
set(NLOHMANN_JSON_TARGET_NAME ${PROJECT_NAME})
set(NLOHMANN_JSON_SOURCE_DIR "src")
set(NLOHMANN_JSON_SOURCE_DIR "src/")
set(NLOHMANN_JSON_CONFIG_INSTALL_DIR "lib/cmake/${PROJECT_NAME}")
set(NLOHMANN_JSON_INCLUDE_INSTALL_DIR "include")
set(NLOHMANN_JSON_HEADER_INSTALL_DIR "${NLOHMANN_JSON_INCLUDE_INSTALL_DIR}/nlohmann")