From 1abe236f5bb850c53c1685ca5dae87e26a605ca0 Mon Sep 17 00:00:00 2001 From: Jeremy Lloyd Conlin Date: Mon, 2 Nov 2020 16:12:29 -0700 Subject: [PATCH] Fixing up some command-line flags. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5e2f3f1..0af33f30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,9 +52,6 @@ endif() # Project targets ######################################################################## -configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/src/njoy21/Signature.hpp.in" - "${CMAKE_CURRENT_BINARY_DIR}/src/njoy21/Signature.hpp" @ONLY ) - add_library( njoy21_library INTERFACE ) target_include_directories( njoy21_library