diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-10 22:19:57 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-10 22:19:57 -0400 |
commit | 4b8f4005c30f5ad66408216f4ef78f75ad08741f (patch) | |
tree | c79617dcb6958b6301d7aca10ebd3b49bd3fbb74 /examples/src/models/ising | |
parent | a43ff1f98e9b9814f858bccb11c174b418458491 (diff) | |
download | c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.tar.gz c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.tar.bz2 c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.zip |
added INSTALL and README files
Diffstat (limited to 'examples/src/models/ising')
-rw-r--r-- | examples/src/models/ising/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/models/ising/CMakeLists.txt b/examples/src/models/ising/CMakeLists.txt index e8fbc9a..495c7e5 100644 --- a/examples/src/models/ising/CMakeLists.txt +++ b/examples/src/models/ising/CMakeLists.txt @@ -24,5 +24,5 @@ else() target_link_libraries(wolff_ising_2d_no-field wolff wolff_examples glut GL GLU) endif() -install(TARGETS wolff_ising wolff_ising_2d wolff_ising_2d_no-field DESTINATION ${CMAKE_INSTALL_BINDIR}) +install(TARGETS wolff_ising wolff_ising_2d wolff_ising_2d_no-field DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL) |