Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Aug 30, 2023
1 parent 5156459 commit dcade2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/flatzinc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ install(TARGETS flatzinc fzn #fzn-parser_test
)

install(DIRECTORY ortools/flatzinc/mznlib/
DESTINATION ${DATAROOTDIR}/minizinc/cpsatlp
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/minizinc/cpsatlp
FILES_MATCHING PATTERN "*.mzn")
install(FILES ${PROJECT_BINARY_DIR}/cpsatlp.msc
DESTINATION ${DATAROOTDIR}/minizinc/solvers)
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/minizinc/solvers)

0 comments on commit dcade2d

Please sign in to comment.