From 3d59126519dbd8c56b60ad95ec2220c0b8be3957 Mon Sep 17 00:00:00 2001 From: svkeerthy Date: Sun, 14 Jan 2024 00:02:26 +0530 Subject: [PATCH] Minor bug fix in install rule --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b41463d..5fbd92a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,9 +71,7 @@ else() target_compile_definitions(MLCompilerBridge PRIVATE DEBUG) target_compile_definitions(MLCompilerBridgeC PRIVATE DEBUG) endif() - endif(LLVM_MLBRIDGE) -install(TARGETS MLCompilerBridgeC DESTINATION lib) install(DIRECTORY include/ DESTINATION include) install(DIRECTORY CompilerInterface DESTINATION include/python/MLCompilerBridge)