Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4b6c70

Browse files
committed
Update install locations - specify relative locations
(cherry picked from commit 4ec1862)
1 parent af7991b commit f4b6c70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,9 @@ if (APPLE AND BUILD_APPLE_FRAMEWORK)
496496
)
497497
endif()
498498

499-
include (GNUInstallDirs)
499+
set(CMAKE_INSTALL_LIBDIR "lib")
500+
set(CMAKE_INSTALL_BINDIR "bin")
501+
set(CMAKE_INSTALL_INCLUDEDIR "include")
500502

501503
set(ZX_INSTALL_TARGETS ZXing)
502504

0 commit comments

Comments
 (0)