Skip to content

Commit

Permalink
take 13
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jan 7, 2024
1 parent e06d007 commit 39ff01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/libint/CMakeLists.txt.export
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ if (BUILD_STATIC_LIBS)
int-static
PUBLIC
# Set the exception handling model (allows "throw")
$<$<BOOL:${MSVC}>:"/EHsc">
$<$<BOOL:${MSVC}>:/EHsc>
)
target_include_directories(
int-static
Expand Down

0 comments on commit 39ff01a

Please sign in to comment.