Forgot endif() in bin2h/CMakeLists.txt
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
a9f95ed1a2
commit
d4ce0839bb
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ set_target_properties(bin2h PROPERTIES
|
|||
# MSVC tweak
|
||||
if(MSVC)
|
||||
target_compile_definitions(bin2h PRIVATE _CRT_SECURE_NO_WARNINGS) # Disable warnings that normally fire up on MSVC when using "unsafe" functions instead of using MSVC's "safe" _s functions
|
||||
endif()
|
||||
|
||||
# Enable link-time optimisation if available
|
||||
if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
|
|
Loading…
Add table
Reference in a new issue