Fix if format in gsl CMakeLists.txt
This commit is contained in:
parent
6fa0e8df72
commit
a88d82e41b
1 changed files with 1 additions and 1 deletions
2
external/gsl/CMakeLists.txt
vendored
2
external/gsl/CMakeLists.txt
vendored
|
|
@ -19,7 +19,7 @@ if (DESKTOP_APP_USE_PACKAGED)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT Microsoft.GSL_FOUND)
|
||||
if (NOT Microsoft.GSL_FOUND)
|
||||
target_include_directories(external_gsl SYSTEM
|
||||
INTERFACE
|
||||
${third_party_loc}/GSL/include
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue