-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Installing on Ubuntu 16.04 #1703
Copy link
Copy link
Closed
Labels
kind: questionstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updatedthe issue has not been updated in a while and will be closed automatically soon unless it is updated
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updatedthe issue has not been updated in a while and will be closed automatically soon unless it is updated
I would like to install the nlohmann_json v3.7.0 and use it in a c++ project.
In my CMakeLists.txt i added:
Ubuntu 16.04
cmake version 3.5.2
cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 17)
nlohmann_json v3.7.0
When I try to build I get the following error: