Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/pctbackprojectionbinning/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set_target_properties(
pctbackprojectionbinning
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY
"${PCT_BINARY_DIR}/bin"
"${CMAKE_BINARY_DIR}/bin"
)

# Installation code
Expand Down
2 changes: 1 addition & 1 deletion applications/pctbinning/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set_target_properties(
pctbinning
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY
"${PCT_BINARY_DIR}/bin"
"${CMAKE_BINARY_DIR}/bin"
)

# Installation code
Expand Down
2 changes: 1 addition & 1 deletion applications/pctfdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set_target_properties(
pctfdk
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY
"${PCT_BINARY_DIR}/bin"
"${CMAKE_BINARY_DIR}/bin"
)

# Installation code
Expand Down
2 changes: 1 addition & 1 deletion applications/pctpaircuts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set_target_properties(
pctpaircuts
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY
"${PCT_BINARY_DIR}/bin"
"${CMAKE_BINARY_DIR}/bin"
)

# Installation code
Expand Down
2 changes: 1 addition & 1 deletion applications/pctpairgeometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set_target_properties(
pctpairgeometry
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY
"${PCT_BINARY_DIR}/bin"
"${CMAKE_BINARY_DIR}/bin"
)

# Installation code
Expand Down
2 changes: 1 addition & 1 deletion applications/pctprojections/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set_target_properties(
pctprojections
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY
"${PCT_BINARY_DIR}/bin"
"${CMAKE_BINARY_DIR}/bin"
)

# Installation code
Expand Down
2 changes: 1 addition & 1 deletion applications/pctzengbackprojections/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set_target_properties(
pctzengbackprojections
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY
"${PCT_BINARY_DIR}/bin"
"${CMAKE_BINARY_DIR}/bin"
)

# Installation code
Expand Down
Loading