Skip to content

Commit 04c9acc

Browse files
committed
Cleaning of some files
1 parent 123744d commit 04c9acc

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

cmake/stdlib.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ function(configure_stdlib_target target_name regular_sources_var fypp_files_var
101101
$<BUILD_INTERFACE:${LIB_MOD_DIR}>
102102
$<INSTALL_INTERFACE:${CMAKE_INSTALL_MODULEDIR}>
103103
)
104-
target_include_directories(${target_name} PRIVATE
105-
${PROJECT_SOURCE_DIR}/include
106-
)
107104

108105
install(TARGETS ${target_name}
109106
EXPORT ${PROJECT_NAME}-targets

include/common.fypp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,6 @@ ${indent}$do ${varname}$${n+1+dim_offset-i}$ = lbound(${matname}$, ${n+1+dim_off
487487
#:endcall
488488
#:enddef
489489

490-
#!
491-
492490
#!
493491
#! Encapsulate code into CPP pre-processing directives #ifdef and #endif
494492
#!

src/stdlib_sorting.fypp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#:include "common.fypp"
2+
23
#:set INT_TYPES_ALT_NAME = list(zip(INT_TYPES, INT_TYPES, INT_KINDS, INT_CPPS))
34
#:set REAL_TYPES_ALT_NAME = list(zip(REAL_TYPES, REAL_TYPES, REAL_KINDS, REAL_CPPS))
45
#:set STRING_TYPES_ALT_NAME = list(zip(STRING_TYPES, STRING_TYPES, STRING_KINDS, STRING_CPPS))

0 commit comments

Comments
 (0)