Skip to content

Commit 6e7b989

Browse files
committed
Removing policy experiment
1 parent 496183c commit 6e7b989

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -224,16 +224,7 @@ IF (NOT DISABLE_TESTS)
224224
# Link libraries to the new executable
225225
target_link_libraries(openshot-test openshot ${UNITTEST++_LIBRARY})
226226

227-
# Add cmake policy
228-
cmake_policy(PUSH)
229-
if(POLICY CMP0037)
230-
cmake_policy(SET CMP0037 OLD)
231-
endif()
232-
233227
#################### MAKE TEST ######################
234228
# Hook up the 'make os_test' target to the 'openshot-test' executable
235229
ADD_CUSTOM_TARGET(os_test ${CMAKE_CURRENT_BINARY_DIR}/openshot-test)
236-
237-
# Remove cmake policy
238-
cmake_policy(POP)
239230
ENDIF (NOT DISABLE_TESTS)

0 commit comments

Comments
 (0)