Skip to content

Commit

Permalink
try 12
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jan 11, 2024
1 parent 905d778 commit f881317
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/libint/CMakeLists.txt.export
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@ if (L2_BUILD_STATIC_LIBS)
int-cxx-headeronly-static
INTERFACE
$<BUILD_INTERFACE:SRCDATADIR="${PROJECT_SOURCE_DIR}/lib/basis">
PUBLIC
$<$<BOOL:${MSVC}>:_CRT_NONSTDC_NO_DEPRECATE>
$<$<BOOL:${MSVC}>:_CRT_NONSTDC_NO_WARNINGS>
$<$<BOOL:${MSVC}>:_CRT_SECURE_NO_WARNINGS>
)
target_compile_features(int-cxx-headeronly-static INTERFACE "cxx_std_11")

Expand Down

0 comments on commit f881317

Please sign in to comment.