Skip to content

Commit

Permalink
Update other cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakovschectman committed Apr 26, 2023
1 parent d0d658c commit 0260978
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dev/benchmarks/complex_layout/windows/CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ set(BINARY_NAME "complex_layout")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Define build configuration option.
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion dev/integration_tests/flutter_gallery/linux/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "flutter_gallery")
set(APPLICATION_ID "io.flutter.demo.flutter_gallery")

cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")

Expand Down
Expand Up @@ -3,7 +3,7 @@ project(flutter_gallery LANGUAGES CXX)

set(BINARY_NAME "flutter_gallery")

cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")

Expand Down
2 changes: 1 addition & 1 deletion dev/integration_tests/ui/linux/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ set(APPLICATION_ID "io.flutter.ui")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Load bundled libraries from the lib/ directory relative to the binary.
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")
Expand Down
2 changes: 1 addition & 1 deletion dev/integration_tests/ui/windows/CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@ set(BINARY_NAME "ui")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Define build configuration option.
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
Expand Down
Expand Up @@ -8,7 +8,7 @@ set(BINARY_NAME "windows_startup_test")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Define build configuration option.
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion dev/manual_tests/linux/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "manual_tests")
set(APPLICATION_ID "dev.flutter.manual_tests")

cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")

Expand Down
2 changes: 1 addition & 1 deletion dev/manual_tests/windows/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ project(manual_tests LANGUAGES CXX)

set(BINARY_NAME "manual_tests")

cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")

Expand Down
2 changes: 1 addition & 1 deletion examples/api/linux/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "flutter_api_samples")
set(APPLICATION_ID "dev.flutter.flutter_api_samples")

cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")

Expand Down
2 changes: 1 addition & 1 deletion examples/api/windows/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ project(dartpad_curve2_d_0 LANGUAGES CXX)

set(BINARY_NAME "dartpad_curve2_d_0")

cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")

Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_view/windows/CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ set(BINARY_NAME "flutter_view")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Define build configuration option.
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/linux/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ set(APPLICATION_ID "io.flutter.examples.hello_world")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Load bundled libraries from the lib/ directory relative to the binary.
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/windows/CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@ set(BINARY_NAME "hello_world")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Define build configuration option.
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion examples/platform_channel/linux/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ set(APPLICATION_ID "io.flutter.examples.platform_channel")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Load bundled libraries from the lib/ directory relative to the binary.
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")
Expand Down
2 changes: 1 addition & 1 deletion examples/platform_channel/windows/CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@ set(BINARY_NAME "platform_channel")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Define build configuration option.
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion examples/platform_view/windows/CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ set(BINARY_NAME "platform_view")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Define build configuration option.
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
Expand Down
Expand Up @@ -11,7 +11,7 @@ set(APPLICATION_ID "{{linuxIdentifier}}")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(SET CMP0063 NEW)
cmake_policy(VERSION 2.4...3.25)

# Load bundled libraries from the lib/ directory relative to the binary.
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")
Expand Down

0 comments on commit 0260978

Please sign in to comment.