From b811794afbe804aa57b4f02e0d02ea42665f4e33 Mon Sep 17 00:00:00 2001 From: Axel Garcia Date: Fri, 21 Nov 2025 14:19:27 +0100 Subject: [PATCH] ENH: Update PCT_BINARY_DIR to CMAKE_BINARY_DIR --- applications/pctbackprojectionbinning/CMakeLists.txt | 2 +- applications/pctbinning/CMakeLists.txt | 2 +- applications/pctfdk/CMakeLists.txt | 2 +- applications/pctpaircuts/CMakeLists.txt | 2 +- applications/pctpairgeometry/CMakeLists.txt | 2 +- applications/pctprojections/CMakeLists.txt | 2 +- applications/pctzengbackprojections/CMakeLists.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/applications/pctbackprojectionbinning/CMakeLists.txt b/applications/pctbackprojectionbinning/CMakeLists.txt index d8ee376..df15edd 100644 --- a/applications/pctbackprojectionbinning/CMakeLists.txt +++ b/applications/pctbackprojectionbinning/CMakeLists.txt @@ -11,7 +11,7 @@ set_target_properties( pctbackprojectionbinning PROPERTIES RUNTIME_OUTPUT_DIRECTORY - "${PCT_BINARY_DIR}/bin" + "${CMAKE_BINARY_DIR}/bin" ) # Installation code diff --git a/applications/pctbinning/CMakeLists.txt b/applications/pctbinning/CMakeLists.txt index de0b4bf..4c61ee9 100644 --- a/applications/pctbinning/CMakeLists.txt +++ b/applications/pctbinning/CMakeLists.txt @@ -11,7 +11,7 @@ set_target_properties( pctbinning PROPERTIES RUNTIME_OUTPUT_DIRECTORY - "${PCT_BINARY_DIR}/bin" + "${CMAKE_BINARY_DIR}/bin" ) # Installation code diff --git a/applications/pctfdk/CMakeLists.txt b/applications/pctfdk/CMakeLists.txt index 1d2cd80..904dc0b 100644 --- a/applications/pctfdk/CMakeLists.txt +++ b/applications/pctfdk/CMakeLists.txt @@ -11,7 +11,7 @@ set_target_properties( pctfdk PROPERTIES RUNTIME_OUTPUT_DIRECTORY - "${PCT_BINARY_DIR}/bin" + "${CMAKE_BINARY_DIR}/bin" ) # Installation code diff --git a/applications/pctpaircuts/CMakeLists.txt b/applications/pctpaircuts/CMakeLists.txt index 5e8958f..0dbba6a 100644 --- a/applications/pctpaircuts/CMakeLists.txt +++ b/applications/pctpaircuts/CMakeLists.txt @@ -11,7 +11,7 @@ set_target_properties( pctpaircuts PROPERTIES RUNTIME_OUTPUT_DIRECTORY - "${PCT_BINARY_DIR}/bin" + "${CMAKE_BINARY_DIR}/bin" ) # Installation code diff --git a/applications/pctpairgeometry/CMakeLists.txt b/applications/pctpairgeometry/CMakeLists.txt index 265352f..2d31164 100644 --- a/applications/pctpairgeometry/CMakeLists.txt +++ b/applications/pctpairgeometry/CMakeLists.txt @@ -11,7 +11,7 @@ set_target_properties( pctpairgeometry PROPERTIES RUNTIME_OUTPUT_DIRECTORY - "${PCT_BINARY_DIR}/bin" + "${CMAKE_BINARY_DIR}/bin" ) # Installation code diff --git a/applications/pctprojections/CMakeLists.txt b/applications/pctprojections/CMakeLists.txt index d02e0cc..5b772b9 100644 --- a/applications/pctprojections/CMakeLists.txt +++ b/applications/pctprojections/CMakeLists.txt @@ -11,7 +11,7 @@ set_target_properties( pctprojections PROPERTIES RUNTIME_OUTPUT_DIRECTORY - "${PCT_BINARY_DIR}/bin" + "${CMAKE_BINARY_DIR}/bin" ) # Installation code diff --git a/applications/pctzengbackprojections/CMakeLists.txt b/applications/pctzengbackprojections/CMakeLists.txt index 3d15205..af42a28 100644 --- a/applications/pctzengbackprojections/CMakeLists.txt +++ b/applications/pctzengbackprojections/CMakeLists.txt @@ -11,7 +11,7 @@ set_target_properties( pctzengbackprojections PROPERTIES RUNTIME_OUTPUT_DIRECTORY - "${PCT_BINARY_DIR}/bin" + "${CMAKE_BINARY_DIR}/bin" ) # Installation code