Skip to content

Commit 0db60d2

Browse files
committed
Fixed build targets
1 parent 8b3e69b commit 0db60d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyalp/src/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,7 @@ set(PYTHON_VERSION ${PYTHON_VERSION_STRING})
231231
set(pybind11_VERSION ${pybind11_VERSION})
232232

233233
# This is a simplified list. A more robust solution would inspect the build targets.
234-
set(pyalp_ALGORITHMS "conjugate_gradient")
235-
set(pyalp_ALGORITHMS "SARE_Ising")
236-
set(pyalp_ALGORITHMS "SARE_QUBO")
234+
set(pyalp_ALGORITHMS "conjugate_gradient simulated_annealing_replica_exchange")
237235
set(pyalp_BACKENDS "reference, reference_omp")
238236

239237
# Configure the metadata file from the template

0 commit comments

Comments
 (0)