Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit 3985d3c

Browse files
committed
fix cmake dir
1 parent fc56b9d commit 3985d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (NOT DEFINED APComp_INSTALL_BIN_DIR)
2828
set(APComp_INSTALL_BIN_DIR "bin")
2929
endif()
3030
if (NOT DEFINED APComp_INSTALL_SHARED_RESOURCES_DIR)
31-
set(APComp_INSTALL_SHARED_RESOURCES_DIR "share/apcomp")
31+
set(APComp_INSTALL_SHARED_RESOURCES_DIR "lib/")
3232
endif()
3333
if (NOT DEFINED APComp_INSTALL_CMAKE_MODULE_DIR)
3434
set(APComp_INSTALL_CMAKE_MODULE_DIR "${APComp_INSTALL_SHARED_RESOURCES_DIR}/cmake")

0 commit comments

Comments
 (0)