We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e1ab6 commit dbf9951Copy full SHA for dbf9951
1 file changed
CMakeLists.txt
@@ -164,10 +164,10 @@ endif()
164
add_library(nanoeigenpy_headers INTERFACE)
165
add_library(nanoeigenpy::nanoeigenpy_headers ALIAS nanoeigenpy_headers)
166
target_compile_features(nanoeigenpy_headers INTERFACE cxx_std_17)
167
-set_target_properties(nanoeigenpy_headers PROPERTIES VERSION ${PROJECT_VERSION})
168
169
jrl_target_generate_config_header(nanoeigenpy_headers INTERFACE
170
LIBRARY_NAME nanoeigenpy
+ VERSION ${PROJECT_VERSION}
171
)
172
173
jrl_target_generate_warning_header(nanoeigenpy_headers INTERFACE
0 commit comments