From: Alexey Sheplyakov Date: Thu, 19 Dec 2019 14:16:53 +0000 (+0400) Subject: build: fixed `ginac-excompiler` installation with CMake X-Git-Tag: release_1-8-0~22 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=4561adcbcae14c71ca6b8eb2668a6c7690c7428a build: fixed `ginac-excompiler` installation with CMake --- diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 6feeb2d9..f444dcfe 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -12,5 +12,5 @@ if (CMAKE_COMPILER_IS_GNUCC) "${CMAKE_CURRENT_BINARY_DIR}/ginac-excompiler" ) - install(PROGRAMS ginac-excompiler DESTINATION "${LIBEXECDIR}") + install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ginac-excompiler DESTINATION "${LIBEXECDIR}") endif (CMAKE_COMPILER_IS_GNUCC)