comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 1592:0d4b11ba86df

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Oct 2020 15:15:32 +0200
parents 5887a4f8594b
children b782f78aed42
comparison
equal deleted inserted replaced
1591:5887a4f8594b 1592:0d4b11ba86df
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 cmake_minimum_required(VERSION 2.8.3) 20 cmake_minimum_required(VERSION 2.8.3)
21 cmake_policy(SET CMP0058 NEW)
21 22
22 project(OrthancStone) 23 project(OrthancStone)
23 24
24 set(ORTHANC_STONE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../../../wasm-binaries/StoneWebViewer" CACHE PATH "Where to put the WebAssembly binaries") 25 set(ORTHANC_STONE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../../../wasm-binaries/StoneWebViewer" CACHE PATH "Where to put the WebAssembly binaries")
25 26