summaryrefslogtreecommitdiff
path: root/examples/src/models/potts
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-10 22:19:57 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-10 22:19:57 -0400
commit4b8f4005c30f5ad66408216f4ef78f75ad08741f (patch)
treec79617dcb6958b6301d7aca10ebd3b49bd3fbb74 /examples/src/models/potts
parenta43ff1f98e9b9814f858bccb11c174b418458491 (diff)
downloadc++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.tar.gz
c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.tar.bz2
c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.zip
added INSTALL and README files
Diffstat (limited to 'examples/src/models/potts')
-rw-r--r--examples/src/models/potts/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/models/potts/CMakeLists.txt b/examples/src/models/potts/CMakeLists.txt
index 53133b9..e78aa6b 100644
--- a/examples/src/models/potts/CMakeLists.txt
+++ b/examples/src/models/potts/CMakeLists.txt
@@ -35,5 +35,5 @@ else()
target_link_libraries(wolff_5clock wolff wolff_examples glut GL GLU)
endif()
-install(TARGETS wolff_3potts wolff_4potts wolff_7potts wolff_3clock wolff_5clock DESTINATION ${CMAKE_INSTALL_BINDIR})
+install(TARGETS wolff_3potts wolff_4potts wolff_7potts wolff_3clock wolff_5clock DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL)