Skip to content

Commit 7cc150e

Browse files
authored
CMake: Fix typo. (#731)
1 parent 12003e1 commit 7cc150e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prboom2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
1313
endif()
1414

1515
include(DsdaHelpers)
16-
if(dsda_is_top_proejct)
16+
if(dsda_is_top_project)
1717
dsda_set_default_build_config(RelWithDebInfo)
1818
endif()
1919

0 commit comments

Comments
 (0)