We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86a5f3 commit 95db9b9Copy full SHA for 95db9b9
1 file changed
CMakeLists.txt
@@ -224,7 +224,7 @@ install(
224
PATTERN "*.so"
225
PATTERN "*.pyd"
226
)
227
-# ------------------------------------------------------------------------ #
+
228
jrl_target_headers(nanoeigenpy_headers INTERFACE
229
HEADERS ${nanoeigenpy_HEADERS}
230
BASE_DIRS include
@@ -233,7 +233,6 @@ jrl_target_headers(nanoeigenpy_headers INTERFACE
233
jrl_add_export_component(NAME nanoeigenpy_headers TARGETS nanoeigenpy_headers)
234
jrl_export_package()
235
236
237
if(BUILD_TESTING)
238
enable_testing()
239
add_subdirectory(tests)
0 commit comments