X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2Focaml%2Fllvm%2FCMakeLists.txt;h=4956fa4dade30f99fc0ca6d7601ad462d884c2a3;hp=d1c4ae52736964960285dd4e36a646c0653c5921;hb=a2cb627a04f393c2e963e2e0902085309c3ec7a6;hpb=f8207ac70556525b33b658639689054b207f7620 diff --git a/bindings/ocaml/llvm/CMakeLists.txt b/bindings/ocaml/llvm/CMakeLists.txt index d1c4ae52736..4956fa4dade 100644 --- a/bindings/ocaml/llvm/CMakeLists.txt +++ b/bindings/ocaml/llvm/CMakeLists.txt @@ -5,7 +5,7 @@ add_ocaml_library(llvm configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/META.llvm.in" - "${LLVM_LIBRARY_OUTPUT_INTDIR}/ocaml/META.llvm") + "${LLVM_LIBRARY_DIR}/ocaml/META.llvm") -install(FILES "${LLVM_LIBRARY_OUTPUT_INTDIR}/ocaml/META.llvm" +install(FILES "${LLVM_LIBRARY_DIR}/ocaml/META.llvm" DESTINATION lib/ocaml)