Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
4a860d70
Commit
4a860d70
authored
Jun 15, 2017
by
Mccaskey, Alex
Browse files
Fixing #33
parent
9a2fa536
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4a860d70
...
...
@@ -36,6 +36,9 @@ set(CMAKE_STANDARD_REQUIRED ON)
set
(
CMAKE_CXX_STANDARD 14
)
message
(
STATUS
"C++ version
${
CXX_STANDARD
}
configured."
)
set
(
CMAKE_INSTALL_RPATH
"
${
CMAKE_INSTALL_PREFIX
}
/lib"
)
set
(
CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
"
${
CMAKE_SOURCE_DIR
}
/cmake/Modules"
)
#set (ScaffoldClang_ROOT_DIR "/usr/local/scaffold/build/Release+Asserts/bin")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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