summaryrefslogtreecommitdiffstats
path: root/base/test
diff options
context:
space:
mode:
Diffstat (limited to 'base/test')
-rw-r--r--base/test/CMakeLists.txt2
-rw-r--r--base/test/src/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/base/test/CMakeLists.txt b/base/test/CMakeLists.txt
index 9a4acceef..8a85e3be9 100644
--- a/base/test/CMakeLists.txt
+++ b/base/test/CMakeLists.txt
@@ -1,3 +1,3 @@
-project(test Java)
+project(test NONE)
add_subdirectory(src)
diff --git a/base/test/src/CMakeLists.txt b/base/test/src/CMakeLists.txt
index 5e7c12d64..6133ff37c 100644
--- a/base/test/src/CMakeLists.txt
+++ b/base/test/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(pki-test_java Java)
+project(pki-test_java NONE)
# build pki-test
# TODO: build test only when the test is invoked