-
Notifications
You must be signed in to change notification settings - Fork 5
Check other platforms #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 18 commits
5b4c1c3
d7bc4ed
c847adf
10b4693
b710e08
fe61085
72a4b5e
f9c590e
f504875
108c42c
dd2b69a
4e96d1a
b58b2ed
3a5f322
8052402
1e16e11
bbe31f5
4c1b78b
16a3ba2
a123567
d9c09b7
3c80b68
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ INCLUDE_DIRECTORIES(include ${CMAKE_BINARY_DIR}/include) | |
|
|
||
| # Set paths correctly to take BOOST from wherever it is | ||
| # installed on the current system | ||
| FIND_PACKAGE(Boost 1.39 REQUIRED) | ||
| FIND_PACKAGE(Boost REQUIRED COMPONENTS system) | ||
|
||
| INCLUDE(CheckIncludeFileCXX) | ||
|
|
||
| MESSAGE(STATUS "Boost_INCLUDE_DIRS: ${Boost_INCLUDE_DIRS}") | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the repository of my friend Timo Heister, but it's not the master repository for the numdiff project. Is that what you had in mind?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, that's weird - it's the first thing that comes up when I search for numdiff. Can you point me to the master for the numdiff project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The project lives here: https://www.nongnu.org/numdiff/
You should be able to get it via
wgetfrom http://download-mirror.savannah.gnu.org/releases/numdiff/ as a .tar.gz file that you can unpack viatar xvzf file.tar.gz.