diff --git a/cpp/libmps_parser/CMakeLists.txt b/cpp/libmps_parser/CMakeLists.txt index 427d4ac17b..ea6b50cff2 100644 --- a/cpp/libmps_parser/CMakeLists.txt +++ b/cpp/libmps_parser/CMakeLists.txt @@ -136,8 +136,9 @@ endif(BUILD_TESTS) # ################################################################################################## # * mps_parser Install ---------------------------------------------------------------------------- +rapids_cmake_install_lib_dir(mps_parser_lib_dir) install(TARGETS mps_parser - DESTINATION lib + DESTINATION ${mps_parser_lib_dir} EXPORT mps-parser-exports) install(DIRECTORY include/mps_parser/