-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dac4f1d
commit 8f7d070
Showing
3 changed files
with
33 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 31ef23bdbe5e..b841408f4a93 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -365,14 +365,6 @@ if(MSVC) | ||
else() | ||
add_subdirectory(tests EXCLUDE_FROM_ALL) | ||
endif() | ||
-# Add example subdirectories and an "examples" target. | ||
-if(MSVC) | ||
- # add_subdirectory(examples) | ||
-else() | ||
- add_subdirectory(examples EXCLUDE_FROM_ALL) | ||
- get_property(examples GLOBAL PROPERTY DART_EXAMPLES) | ||
- add_custom_target(examples DEPENDS ${examples}) | ||
-endif() | ||
if(DART_VERBOSE) | ||
message(STATUS "") | ||
message(STATUS "[ Examples ]") | ||
@@ -481,7 +473,7 @@ install( | ||
# Generate the DART pkg-config | ||
set(PC_CONFIG_IN ${DART_SOURCE_DIR}/cmake/dart.pc.in) | ||
set(PC_CONFIG_OUT ${DART_BINARY_DIR}/cmake/dart${DART_MAJOR_VERSION}.pc) | ||
-set(PC_CONFIG_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig) | ||
+set(PC_CONFIG_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/pkgconfig) | ||
file(RELATIVE_PATH | ||
RELATIVE_PATH_TO_INSTALL_PREFIX | ||
"${PC_CONFIG_INSTALL_DIR}" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters