Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10ab499

Browse files
committed
don't export executable
1 parentd01935e commit10ab499

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ if(NOT PLEXUS_SKIP_INSTALL_RULES AND NOT CMAKE_SKIP_INSTALL_RULES)
165165

166166
write_basic_package_version_file(plexus-config-version.cmakeCOMPATIBILITYSameMajorVersion)
167167

168-
install(TARGETS${BINPLEXUS}EXPORTplexus_exportRUNTIMEDESTINATION"${CMAKE_INSTALL_BINDIR}"COMPONENTbinary_files)
168+
install(TARGETS${BINPLEXUS}RUNTIMEDESTINATION"${CMAKE_INSTALL_BINDIR}"COMPONENTbinary_files)
169169

170170
install(TARGETS${LIBPLEXUS}EXPORTplexus_export
171171
RUNTIMEDESTINATION"${CMAKE_INSTALL_BINDIR}"COMPONENTruntime_files

‎cmake/plexus-config.cmake.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ macro(import_targets type)
1010
include("${CMAKE_CURRENT_LIST_DIR}/plexus-${type}-targets.cmake")
1111
endmacro()
1212

13-
if(NOTTARGETplexus::plexusANDNOTTARGETplexus::libplexus)
13+
if(NOTTARGETplexus::libplexus)
1414
set(_type"")
1515

1616
if(DEFINEDPLEXUS_USE_SHARED_LIB)
@@ -37,7 +37,6 @@ if(NOT TARGET plexus::plexus AND NOT TARGET plexus::libplexus)
3737

3838
get_target_property(plexus_INCLUDE_DIRSplexus::libplexusINTERFACE_INCLUDE_DIRECTORIES)
3939
set(plexus_LIBRARYplexus::libplexus)
40-
set(plexus_BINRARYplexus::plexus)
4140

4241
set(plexus_FOUNDON)
4342
unset(_type)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp