Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8049756

Browse files
committedMar 14, 2024
Add back the GNUInstallDirs
1 parent 8a334e5 commit 8049756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ enable_language(CXX)
2323
set(CMAKE_CXX_EXTENSIONS NO)
2424
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2525

26-
include(GNUInstallDirs)
27-
2826
# Versionning
2927
# ===========
3028

@@ -42,6 +40,8 @@ message(STATUS "Building xeus-cpp v${${PROJECT_NAME}_VERSION}")
4240
# Configuration
4341
# =============
4442

43+
include(GNUInstallDirs)
44+
4545
if (NOT DEFINED XEUS_CPP_KERNELSPEC_PATH)
4646
set(XEUS_CPP_KERNELSPEC_PATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}/")
4747
set(XEUS_CPP_RESOURCE_DIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/clang/17)

0 commit comments

Comments
 (0)
Please sign in to comment.