Skip to content

Commit

Permalink
Fix for JSON initialization issue in Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Feb 1, 2024
1 parent 07a01ab commit 024b118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
target_link_libraries(libargolid PRIVATE stdc++fs)
set(NLJSON_HACK OFF)
endif()

message(STATUS "NLJSON_HACK Value ${NLJSON_HACK}")
target_link_libraries(libargolid PRIVATE tensorstore::tensorstore tensorstore::all_drivers filepattern::filepattern)
target_link_libraries(libargolid PRIVATE ${Build_LIBRARIES})

Expand Down

0 comments on commit 024b118

Please sign in to comment.