Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Mar 30, 2024
1 parent e2c7a5c commit 8162a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ target_include_directories(
extern/variant2/include)

# Support older Windows from newer MSVC
target_compile_options(_core PRIVATE $<IF:$<CXX_COMPILER_ID:MSVC>,/d2FH4->)
target_compile_options(_core PRIVATE $<$<CXX_COMPILER_ID:MSVC>:/d2FH4->)
# Better error messages
target_compile_definitions(_core PRIVATE PYBIND11_DETAILED_ERROR_MESSAGES)

Expand Down

0 comments on commit 8162a43

Please sign in to comment.