- fix building issue (move from Json:: to JsonCpp:: namespace) + minor cleanup in cmake file

This commit is contained in:
2021-01-20 20:38:58 +02:00
parent f9acfd47e4
commit 4d8a167899
3 changed files with 48 additions and 47 deletions

View File

@@ -3,6 +3,7 @@ project (helper_lib)
# Rely on C++ 11
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
set (USE_NULL_UUID OFF CACHE BOOL "When enabled linking to libuuid is avoided")
set (CMAKE_POSITION_INDEPENDENT_CODE ON)