Skip to content

Commit 9319be2

Browse files
committed
Backward compatibility variables removed, from now on APR_* will be used
1 parent e5e0731 commit 9319be2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ endif(APR_BUILD_EXAMPLES)
6767
# Tests
6868
###############################################################################
6969
option (APR_TESTS "Build tests wrappers" OFF)
70-
if (TESTS) # Temporarly added to keep backward compatibility
71-
set(APR_TESTS ON)
72-
endif(TESTS)
7370
if(APR_TESTS)
7471
message(STATUS "APR: Building tests")
7572
add_subdirectory("external/gtest")
@@ -81,9 +78,6 @@ endif(APR_TESTS)
8178
# JAVA wrappers
8279
###############################################################################
8380
option (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)
8781
if(APR_BUILD_JAVA_WRAPPERS)
8882
message(STATUS "APR: Building JAVA wrappers")
8983
find_package(SWIG 3.0 REQUIRED)

0 commit comments

Comments
 (0)