We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496183c commit 6e7b989Copy full SHA for 6e7b989
tests/CMakeLists.txt
@@ -224,16 +224,7 @@ IF (NOT DISABLE_TESTS)
224
# Link libraries to the new executable
225
target_link_libraries(openshot-test openshot ${UNITTEST++_LIBRARY})
226
227
- # Add cmake policy
228
- cmake_policy(PUSH)
229
- if(POLICY CMP0037)
230
- cmake_policy(SET CMP0037 OLD)
231
- endif()
232
-
233
#################### MAKE TEST ######################
234
# Hook up the 'make os_test' target to the 'openshot-test' executable
235
ADD_CUSTOM_TARGET(os_test ${CMAKE_CURRENT_BINARY_DIR}/openshot-test)
236
237
- # Remove cmake policy
238
- cmake_policy(POP)
239
ENDIF (NOT DISABLE_TESTS)
0 commit comments