From ae49a2b7d31ee1f49352a9281bd3faf4e4c8cba3 Mon Sep 17 00:00:00 2001 From: Changho Hwang Date: Fri, 22 Dec 2023 19:29:44 +0800 Subject: [PATCH] Fix #235 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74a830b69..2a91157d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,7 +142,7 @@ add_subdirectory(include) add_subdirectory(src) if("${INSTALL_PREFIX}" STREQUAL "") - set(INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}) + set(INSTALL_PREFIX "./") endif() install(TARGETS mscclpp_obj