Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
40f67e33
"vscode:/vscode.git/clone" did not exist on "a01ddf72034b184f1b15341fe8cc7c02ea30bcb9"
Commit
40f67e33
authored
Nov 30, 2009
by
Christopher Bruns
Browse files
NML cmake install change to avoid cmake error on linux.
parent
959869fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
plugins/normalModeLangevin/CMakeLists.txt
plugins/normalModeLangevin/CMakeLists.txt
+6
-2
No files found.
plugins/normalModeLangevin/CMakeLists.txt
View file @
40f67e33
...
...
@@ -55,5 +55,9 @@ if(BUILD_TESTING)
add_subdirectory
(
test
)
endif
(
BUILD_TESTING
)
install
(
TARGETS NormalModeLangevin RUNTIME DESTINATION lib/plugins
)
if
(
WIN32
)
# install DLL but not LIB
install
(
TARGETS NormalModeLangevin RUNTIME DESTINATION lib/plugins
)
else
(
WIN32
)
install
(
TARGETS NormalModeLangevin LIBRARY DESTINATION lib/plugins
)
endif
(
WIN32
)
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