File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,6 @@ endif(APR_BUILD_EXAMPLES)
6767# Tests
6868###############################################################################
6969option (APR_TESTS "Build tests wrappers" OFF )
70- if (TESTS) # Temporarly added to keep backward compatibility
71- set (APR_TESTS ON )
72- endif (TESTS)
7370if (APR_TESTS)
7471 message (STATUS "APR: Building tests" )
7572 add_subdirectory ("external/gtest" )
@@ -81,9 +78,6 @@ endif(APR_TESTS)
8178# JAVA wrappers
8279###############################################################################
8380option (APR_BUILD_JAVA_WRAPPERS "Build JAVA wrappers" OFF )
84- if (BUILD_WRAPPERS) # Temporarly added to keep backward compatibility
85- SET (APR_BUILD_JAVA_WRAPPERS ON )
86- endif (BUILD_WRAPPERS)
8781if (APR_BUILD_JAVA_WRAPPERS)
8882 message (STATUS "APR: Building JAVA wrappers" )
8983 find_package (SWIG 3.0 REQUIRED)
You can’t perform that action at this time.
0 commit comments