From 5de13cf59db2e53308db77ba4622f9c45349ff52 Mon Sep 17 00:00:00 2001 From: JoelGunawan Date: Wed, 16 Oct 2024 22:06:33 -0700 Subject: [PATCH] changed order of cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1e0d61..66040d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,8 +164,8 @@ set(INCLUDE include/tcframe/util.hpp include/tcframe/util/StringUtils.hpp include/tcframe/util/optional.hpp - include/tcframe/validator/vector.hpp include/tcframe/validator/number.hpp + include/tcframe/validator/vector.hpp ) set(TEST_UNIT