update cmakelists

This commit is contained in:
张壹 2022-03-16 08:29:49 +08:00
parent edb1a853ad
commit 4fc72517a6

View File

@ -6,8 +6,6 @@ include(CMakePackageConfigHelpers)
if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")
set(CMAKE_INSTALL_PREFIX D:/Library)
else()
set(CMAKE_INSTALL_PREFIX /opt/stow/tess)
endif()
message(STATUS "Platform: " ${CMAKE_HOST_SYSTEM_NAME})