Build: Use FILEPATH type for NASM CMake variable

This causes cmake-gui to to display the proper file chooser dialog
(as opposed to the directory chooser.)

Fixes #40
This commit is contained in:
DRC
2015-12-19 14:18:21 -06:00
parent bf04316e63
commit 71e971fb35

View File

@@ -1,5 +1,5 @@
if(NOT DEFINED NASM)
set(NASM nasm CACHE PATH "Path to NASM/YASM executable")
set(NASM nasm CACHE FILEPATH "Path to NASM/YASM executable")
endif()
if(SIMD_X86_64)