Skip to content

Commit 70997e3

Browse files
committed
fix2.
1 parent 9e11345 commit 70997e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ if(SLANG_GENERATORS_PATH)
367367
else()
368368
get_target_property(SLANG_BOOTSTRAP_PATH slang-bootstrap RUNTIME_OUTPUT_DIRECTORY)
369369
set(GLSL_MODULE_PATH ${SLANG_BOOTSTRAP_PATH}/slang-glsl-module.bin)
370-
end()
370+
endif()
371371

372372
message(STATUS "glsl module path: " ${GLSL_MODULE_PATH})
373373
install(

0 commit comments

Comments
 (0)