Skip to content

Commit

Permalink
update cereal version
Browse files Browse the repository at this point in the history
  • Loading branch information
OXPHOS committed Jul 27, 2016
1 parent c36f10a commit bb3e7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/external/Cereal.cmake
Expand Up @@ -3,8 +3,8 @@ ExternalProject_Add(
Cereal
PREFIX ${CMAKE_BINARY_DIR}/Cereal
DOWNLOAD_DIR ${THIRD_PARTY_DIR}/Cereal
URL https://github.com/USCiLab/cereal/archive/v1.1.2.tar.gz
URL_MD5 34d4ad174acbff005c36d4d10e48cbb9
URL https://github.com/USCiLab/cereal/archive/v1.2.0.tar.gz
URL_MD5 e372c9814696481dbdb7d500e1410d2b
CMAKE_ARGS -DCMAKE_C_FLAGS:STRING=${CMAKE_C_FLAGS}${CMAKE_DEFINITIONS}
-DCMAKE_CXX_FLAGS:STRING=${CMAKE_CXX_FLAGS}${CMAKE_DEFINITIONS}
INSTALL_COMMAND ""
Expand Down

0 comments on commit bb3e7aa

Please sign in to comment.