1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Fix casings

This commit is contained in:
Elias Steurer 2023-02-25 14:16:45 +01:00
parent 2e65371df9
commit 6d491f8ee4
2 changed files with 2 additions and 2 deletions

View File

@ -113,5 +113,5 @@ if(WIN32)
endif()
# ##### USE CMAKE VARIABLES IN CODE #####
include(GenerateCmakeVariableHeader)
include(GenerateCMakeVariableHeader)
generate_cmake_variable_header(${PROJECT_NAME})

View File

@ -85,5 +85,5 @@ endif()
# ##### USE CMAKE VARIABLES IN CODE #####
include(GenerateCmakeVariableHeader)
include(GenerateCMakeVariableHeader)
generate_cmake_variable_header(${PROJECT_NAME})