13 lines
325 B
Diff
13 lines
325 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0b2ccfb..a6029b9 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1110,7 +1110,6 @@ configure_file(
|
|
|
|
if(ANDROID)
|
|
include(AndroidApp)
|
|
- add_subdirectory(android)
|
|
endif(ANDROID)
|
|
|
|
#-----------------------------------------------------------------------------#
|