Skip to content
Snippets Groups Projects
Commit ee6a8e91 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

It seems /FI doesn't work with /I... use full path

parent 50dee8c9
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ include("FetchContent") ...@@ -5,7 +5,7 @@ include("FetchContent")
include(ExternalProject) include(ExternalProject)
if(MSVC) if(MSVC)
add_compile_options("SHELL:/FI xpdevplus.h") add_compile_options("SHELL:/FI ${XPDevPlus_BINARY_DIR}/xpdevplus.h")
else() else()
add_compile_options("SHELL:-include xpdevplus.h") add_compile_options("SHELL:-include xpdevplus.h")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment