Skip to content

Commit

Permalink
Fix a wrong option description. (#115)
Browse files Browse the repository at this point in the history
* upate metadata type system

* update serde framework to coupe with the new data type system

* replace unnecessary data types

* adding type for pdc_kvtag_t, all occurances are fixed

* update new commons CMake for publishing commons

* commons compilation passed

* compiled

* remove unnecessary header files from installation

* resolve conflict

* add important files

* clang formatting

* update cmake

* update option message

---------

Co-authored-by: Houjun Tang <htang4@lbl.gov>
  • Loading branch information
zhangwei217245 and houjun authored Jul 27, 2023
1 parent 55a5628 commit 0cc87e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ endif()
#-----------------------------------------------------------------------------
# SERVER CACHE option
#-----------------------------------------------------------------------------
option(PDC_SERVER_CACHE "Enable timing." OFF)
option(PDC_SERVER_CACHE "Enable Server Caching." OFF)
if(PDC_SERVER_CACHE)
set(PDC_SERVER_CACHE 1)
endif()
Expand Down

0 comments on commit 0cc87e7

Please sign in to comment.