Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
414caae4
Commit
414caae4
authored
Dec 12, 2012
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Detect boost.
parent
771746bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CMakeLists.txt
CMakeLists.txt
+5
-0
tinyformat
tinyformat
+1
-1
No files found.
CMakeLists.txt
View file @
414caae4
...
@@ -39,6 +39,11 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/gtest/CMakeLists.txt)
...
@@ -39,6 +39,11 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/gtest/CMakeLists.txt)
endif
()
endif
()
if
(
EXISTS
${
CMAKE_CURRENT_SOURCE_DIR
}
/tinyformat/tinyformat_test.cpp
)
if
(
EXISTS
${
CMAKE_CURRENT_SOURCE_DIR
}
/tinyformat/tinyformat_test.cpp
)
find_package
(
Boost
)
if
(
Boost_FOUND
)
add_definitions
(
-DHAVE_BOOST
)
endif
()
add_executable
(
tinyformat_speed_test tinyformat/tinyformat_test.cpp
)
add_executable
(
tinyformat_speed_test tinyformat/tinyformat_test.cpp
)
target_link_libraries
(
tinyformat_speed_test format
)
target_link_libraries
(
tinyformat_speed_test format
)
set_target_properties
(
tinyformat_speed_test
set_target_properties
(
tinyformat_speed_test
...
...
tinyformat
@
01001483
Subproject commit
2e4ba49f4f253de1dc1e30ca9b7a488bc8cbe0b2
Subproject commit
01001483d6804949c377f3793a9c814b57142c17
Write
Preview
Markdown
is supported
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