Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unsio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LAMBERT Jean-charles
unsio
Commits
9458ddbd
Commit
9458ddbd
authored
Jul 11, 2017
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix HDF5 search dirs
parent
dfbc9ab8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
9458ddbd
...
@@ -141,7 +141,7 @@ MESSAGE( STATUS "EXECUTABLE_OUTPUT_PATH: " ${EXECUTABLE_OUTPUT_PATH} )
...
@@ -141,7 +141,7 @@ MESSAGE( STATUS "EXECUTABLE_OUTPUT_PATH: " ${EXECUTABLE_OUTPUT_PATH} )
# Make sure the compiler can find include files from our Hello library.
# Make sure the compiler can find include files from our Hello library.
include_directories
(
${
UNSIO2_SOURCE_DIR
}
/src
${
NEMOINC
}
${
NEMOLIB
}
${
SQLITE3_H_PATH
}
)
include_directories
(
${
UNSIO2_SOURCE_DIR
}
/src
${
NEMOINC
}
${
NEMOLIB
}
${
SQLITE3_H_PATH
}
)
include_directories
(
/usr/include/malloc
${
HDF5_INCLUDE_DIR
}
)
include_directories
(
/usr/include/malloc
${
HDF5_INCLUDE_DIR
S
}
)
# Make sure the linker can find the Hello library once it is built.
# Make sure the linker can find the Hello library once it is built.
link_directories
(
${
UNSIO2_BINARY_DIR
}
/lib /usr/X11/lib
${
SQLITE3_LIB_PATH
}
)
link_directories
(
${
UNSIO2_BINARY_DIR
}
/lib /usr/X11/lib
${
SQLITE3_LIB_PATH
}
)
...
...
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