Skip to content

Commit

Permalink
Fix path of subprojects/nlohmann_json in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Mar 14, 2024
1 parent 3ab1c9c commit 28f35b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ set(startool_LIBS ${scmconvert_LIBS} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${STORML

# Platform specific definitions and compilation settings

add_subdirectory("subprojects/nlohmann-json")
include_directories("subprojects/nlohmann-json/include")
add_subdirectory("subprojects/nlohmann_json")
include_directories("subprojects/nlohmann_json/include")
set(startool_LIBS ${startool_LIBS} ${NLOHMANN_JSON_TARGET_NAME})

if(WIN32 AND MSVC)
Expand Down

0 comments on commit 28f35b6

Please sign in to comment.