1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 15:17:13 +02:00

Fix typo.

This commit is contained in:
Sandu Liviu Catalin
2020-05-10 12:21:21 +03:00
parent 22c882639b
commit bb74e92fc1
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ target_compile_definitions(Sqrat PUBLIC SCRAT_USE_EXCEPTIONS=1 SCRAT_USE_CXX11_O
# Switch to plugin-development mode
if(PLUGIN_DEVEL)
target_compile_definitions(Sqrat PUBLIC SQMOD_PLUGIN_API=1)
end()
endif()
# Set specific compiler options
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
#target_compile_options(Sqrat PRIVATE -w