Skip to content

Commit

Permalink
Update json (@cgruber) and use My patched glfw
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Nov 3, 2019
1 parent 1e4a59c commit d16ac07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/glfw.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(ExternalProject)

ExternalProject_Add(
glfw3_ext
URL "https://github.com/glfw/glfw/archive/master.zip"
URL "https://github.com/ChristopherHX/glfw/archive/master.zip"
INSTALL_DIR ${CMAKE_BINARY_DIR}/ext/glfw
CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/ext/glfw" "-DBUILD_SHARED_LIBS=OFF" "-DCMAKE_C_FLAGS=-m32" "-DCMAKE_LINK_FLAGS=-m32" "-DCMAKE_LIBRARY_ARCHITECTURE=${CMAKE_LIBRARY_ARCHITECTURE}"
)
Expand Down
2 changes: 1 addition & 1 deletion ext/json.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(ExternalProject)

ExternalProject_Add(
nlohmann_json_ext
URL "https://github.com/nlohmann/json/releases/download/v3.1.2/include.zip"
URL "https://github.com/nlohmann/json/releases/download/v3.7.0/include.zip"
CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_DIR "" INSTALL_COMMAND ""
)
ExternalProject_Get_Property(nlohmann_json_ext SOURCE_DIR)
Expand Down

0 comments on commit d16ac07

Please sign in to comment.