Browse Source

Try to update CMake library

bel 8 years ago
parent
commit
27d8ae20f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -409,7 +409,7 @@ add_subdirectory(src)
 include(CTest)
 include(CTest)
 if (BUILD_TESTING)
 if (BUILD_TESTING)
   # Check unit testing framework Version
   # Check unit testing framework Version
-  set(CIVETWEB_CHECK_VERSION 0.10.0 CACHE STRING
+  set(CIVETWEB_CHECK_VERSION 0.11.0 CACHE STRING
     "The version of Check unit testing framework to build and include statically")
     "The version of Check unit testing framework to build and include statically")
   set_property(CACHE CIVETWEB_CHECK_VERSION PROPERTY VALUE ${CIVETWEB_CHECK_VERSION})
   set_property(CACHE CIVETWEB_CHECK_VERSION PROPERTY VALUE ${CIVETWEB_CHECK_VERSION})
   message(STATUS "Check Unit Testing Framework Version - ${CIVETWEB_CHECK_VERSION}")
   message(STATUS "Check Unit Testing Framework Version - ${CIVETWEB_CHECK_VERSION}")