Skip to content

Commit

Permalink
Set CMake policy CMP0144.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed May 22, 2024
1 parent 7dde10d commit e544a1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.
84 changes: 0 additions & 84 deletions src/plugin_python_en.ts

This file was deleted.

1 change: 1 addition & 0 deletions tests/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.16)

# pytest
cmake_policy(SET CMP0144 NEW)
find_package(GTest REQUIRED)

set(PYLIB_DIR ${CMAKE_CURRENT_BINARY_DIR}/pylibs)
Expand Down

0 comments on commit e544a1e

Please sign in to comment.