Skip to content

Commit d7a7a3b

Browse files
committed
we need to be careful with latest CMake versions
1 parent cb0019e commit d7a7a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ include(common)
300300
NBL_UPDATE_SUBMODULES()
301301
add_subdirectory(${THIRD_PARTY_SOURCE_DIR})
302302

303-
OPTION(NBL_EMBED_BUILTIN_RESOURCES "Embed built-in resources?" ON)
303+
option(NBL_EMBED_BUILTIN_RESOURCES "Embed built-in resources?" ON)
304304

305305
add_subdirectory(src/nbl) # Nabla code | Moved cmakelists.txt from source/Nabla to src/nbl
306306

0 commit comments

Comments
 (0)