Skip to content

Commit 729efc7

Browse files
committed
Add back the GNUInstallDirs
1 parent c36ce71 commit 729efc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ enable_language(CXX)
1616
set(CMAKE_CXX_EXTENSIONS NO)
1717
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1818

19-
include(GNUInstallDirs)
20-
2119
# Versionning
2220
# ===========
2321

@@ -35,6 +33,8 @@ message(STATUS "Building xeus-cpp v${${PROJECT_NAME}_VERSION}")
3533
# Configuration
3634
# =============
3735

36+
include(GNUInstallDirs)
37+
3838
if (NOT DEFINED XEUS_CPP_KERNELSPEC_PATH)
3939
set(XEUS_CPP_KERNELSPEC_PATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}/")
4040
set(XEUS_CPP_RESOURCE_DIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/clang/17)

0 commit comments

Comments
 (0)