Skip to content

Commit f64b556

Browse files
authored
Fix CMake include warning
1 parent d08fa31 commit f64b556

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ set(NBL_BUILD_ANDROID OFF)
2525
include(ExternalProject)
2626
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/toolchains/android/build.cmake)
2727

28-
include(GNUInstallDirs)
29-
include(CMakePackageConfigHelpers)
30-
3128
project(Nabla
3229
VERSION 0.7.2.0
3330
HOMEPAGE_URL "https://www.devsh.eu/nabla"
3431
LANGUAGES CXX C
3532
)
3633
enable_language(C CXX ASM ASM_NASM)
3734

35+
include(GNUInstallDirs)
36+
include(CMakePackageConfigHelpers)
37+
3838
if(MSVC)
3939
enable_language(ASM_MASM)
4040
endif()
@@ -316,4 +316,4 @@ if(NBL_ENABLE_CONFIG_INSTALL)
316316
endif()
317317
endif()
318318

319-
NBL_ADJUST_FOLDERS(nabla)
319+
NBL_ADJUST_FOLDERS(nabla)

0 commit comments

Comments
 (0)