Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
9393b619
Commit
9393b619
authored
Mar 25, 2019
by
Stefan Bodenschatz
Browse files
Removed outdated workaround.
parent
64f49710
Changes
1
Hide whitespace changes
Inline
Side-by-side
dependencies/magic_get_interface.cmake
View file @
9393b619
...
@@ -8,13 +8,6 @@ target_include_directories(pfr INTERFACE
...
@@ -8,13 +8,6 @@ target_include_directories(pfr INTERFACE
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/magic_get/include>
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/magic_get/include>
$<INSTALL_INTERFACE:include>
)
$<INSTALL_INTERFACE:include>
)
if
(
"
${
CMAKE_CXX_COMPILER_ID
}
"
STREQUAL
"GNU"
)
# GCC broke their structured binding implementation in 7.2.0.
# See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81888
# TODO: Remove when fixed.
target_compile_options
(
magic_get INTERFACE -DBOOST_PFR_USE_CPP17=0
)
endif
()
install
(
TARGETS pfr EXPORT magic_get_targets INCLUDES DESTINATION include
)
install
(
TARGETS pfr EXPORT magic_get_targets INCLUDES DESTINATION include
)
install
(
install
(
DIRECTORY
${
CMAKE_SOURCE_DIR
}
/magic_get/include/
DIRECTORY
${
CMAKE_SOURCE_DIR
}
/magic_get/include/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment