Skip to content

Commit 1270892

Browse files
authored
Merge pull request #928 from Devsh-Graphics-Programming/dontscanmodules
CMAKE_CXX_SCAN_FOR_MODULES OFF
2 parents f64b556 + 26a4596 commit 1270892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ NBL_POLICY(CMP0112 NEW) # https://cmake.org/cmake/help/latest/policy/CMP0112.htm
2020
NBL_POLICY(CMP0141 NEW) # https://cmake.org/cmake/help/latest/policy/CMP0141.html#policy:CMP0141
2121
NBL_POLICY(CMP0118 NEW) # https://cmake.org/cmake/help/latest/policy/CMP0118.html#policy:CMP0118
2222

23+
set(CMAKE_CXX_SCAN_FOR_MODULES OFF) # https://cmake.org/cmake/help/latest/prop_tgt/CXX_SCAN_FOR_MODULES.html#prop_tgt:CXX_SCAN_FOR_MODULES
24+
2325
set(NBL_BUILD_ANDROID OFF)
2426

2527
include(ExternalProject)

0 commit comments

Comments
 (0)